OrderBalanceRefDocumentDate Property |
The date of the original document. null means that it is unknown. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> RefDocumentDate { get; }
Public ReadOnly Property RefDocumentDate As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime^>^ RefDocumentDate {
Nullable<DateTime^>^ get ();
}
member RefDocumentDate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also