ExtensibleDataObjectCreationTimeUtc Property |
The exact server time (in UTC) when the object represented by this system object was created. null means that it is unknown. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> CreationTimeUtc { get; set; }
Public Property CreationTimeUtc As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ CreationTimeUtc {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member CreationTimeUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also