DocumentPrintPrintTime Property |
The time when the document was printed or exported. [Required] [Default(Now)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime PrintTime { get; set; }
Public Property PrintTime As DateTime
Get
Set
public:
property DateTime^ PrintTime {
DateTime^ get ();
void set (DateTime^ value);
}
member PrintTime : DateTime with get, set
Property Value
Type:
DateTime
See Also