Gets the date when the repository is opened.
The current transaction will view the vault as it existed at that point in time.
Gets if the repository was opened in the present time.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public Nullable<DateTime> Moment { get; }
Public ReadOnly Property Moment As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> Moment {
Nullable<DateTime> get ();
}
member Moment : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also