OrderBalanceDueStartDate Property |
The date at which the payment becomes executable. null means the payment is executable at all times. [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> DueStartDate { get; }
Public ReadOnly Property DueStartDate As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime^>^ DueStartDate {
Nullable<DateTime^>^ get ();
}
member DueStartDate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also