AttributeChangesHistoryEntryTimeUtc Property |
Date and time (in Utc) when the changeset was processed by the server. [Required] [Default(NowUtc)] [Filter(eq;ge;le)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime TimeUtc { get; }
Public ReadOnly Property TimeUtc As DateTime
Get
public:
property DateTime^ TimeUtc {
DateTime^ get ();
}
member TimeUtc : DateTime with get
Property Value
Type:
DateTime
See Also