DocumentDocumentDate Property |
The date on which the document was issued [Required][Filter(eq;ge;le)][ORD]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime DocumentDate { get; set; }
Public Property DocumentDate As DateTime
Get
Set
public:
property DateTime^ DocumentDate {
DateTime^ get ();
void set (DateTime^ value);
}
member DocumentDate : DateTime with get, set
Property Value
Type:
DateTime
See Also