ObjectFileLastUpdateTimeUtc Property |
Time (in UTC), when the file was last updated. [Required] [Default(NowUtc)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime LastUpdateTimeUtc { get; set; }
Public Property LastUpdateTimeUtc As DateTime
Get
Set
public:
property DateTime^ LastUpdateTimeUtc {
DateTime^ get ();
void set (DateTime^ value);
}
member LastUpdateTimeUtc : DateTime with get, set
Property Value
Type:
DateTime
See Also