DocumentVersionUpdateTime Property |
The date and time when this version was saved. [Required] [Default(Now)] [Filter(ge;le)] [ORD] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime UpdateTime { get; set; }
Public Property UpdateTime As DateTime
Get
Set
public:
property DateTime^ UpdateTime {
DateTime^ get ();
void set (DateTime^ value);
}
member UpdateTime : DateTime with get, set
Property Value
Type:
DateTime
See Also