Click or drag to resize

BCRepository.GetBaselineByMoment Method

Returns a baseline for the specified moment in time.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCBaseline GetBaselineByMoment(
	DateTime moment
)

Parameters

moment
Type: System.DateTime
The moment in time of the baseline to return.

Return Value

Type: BCBaseline
The baseline for the specified moment.
See Also