DocumentReleaseTime Property |
Exact time, when the document was first released [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ReleaseTime { get; }
Public ReadOnly Property ReleaseTime As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime^>^ ReleaseTime {
Nullable<DateTime^>^ get ();
}
member ReleaseTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also