Click or drag to resize
BCRepositoryTryGetBaselineByMoment Method
Gets 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.19.0)
Syntax
public bool TryGetBaselineByMoment(
	DateTime moment,
	out BCBaseline baseline
)

Parameters

moment
Type: SystemDateTime
The moment in time of the baseline to return.
baseline
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCBaseline
The baseline from that moment.

Return Value

Type: Boolean
if a baseline for the specified moment is found; otherwise, .
See Also