Gets the date when the repository was opened. The current transaction will view the vault as it existed at that point in time. Gets nullNothingnullptra null reference (Nothing in Visual Basic) if the repository was opened in the present time.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Nullable<DateTime> Moment { get; }
Visual Basic
Public ReadOnly Property Moment As Nullable(Of DateTime)
	Get
Visual C++
public:
property Nullable<DateTime> Moment {
	Nullable<DateTime> get ();
}

See Also