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.111.0)
Syntax public bool TryGetBaselineByMoment(
DateTime moment,
out BCBaseline baseline
)
Public Function TryGetBaselineByMoment (
moment As DateTime,
<OutAttribute> ByRef baseline As BCBaseline
) As Boolean
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