Click or drag to resize

BCRepositoryGetBaselineByMoment 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: SystemDateTime
The moment in time of the baseline to return.

Return Value

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