| BCRepositoryMomentDate Property |
Gets the date when the repository was opened.
The current transaction will view the vault as it existed at that point in time.
Gets the current server time if the transaction is in the present time
(the
Moment property returns
).
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic DateTime MomentDate { get; }Public ReadOnly Property MomentDate As DateTime
Get
public:
property DateTime MomentDate {
DateTime get ();
}member MomentDate : DateTime with get
Property Value
Type:
DateTime
See Also