BCRepository.TryGetBaselineByMoment 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)
Syntaxpublic bool TryGetBaselineByMoment(
DateTime moment,
out BCBaseline baseline
)
Public Function TryGetBaselineByMoment (
moment As DateTime,
<OutAttribute> ByRef baseline As BCBaseline
) As Boolean
Parameters
- moment
- Type: System.DateTime
The moment in time of the baseline to return. - baseline
- Type: BlueCieloECM.InnoCielo.Meridian.Server.BCBaseline
The baseline from that moment.
Return Value
Type:
Booleantrue if a baseline for the specified moment is found; otherwise,
false.
See Also