BCOpenVaultDialogMoment Property |
Gets or sets the date selected in the dialog box to open the vault in history mode.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public Nullable<DateTime> Moment { get; set; }
Public Property Moment As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> Moment {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Moment : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also