PaymentOrderDueStartDate Property |
The date at which the payment becomes executable. null means the payment is executable at all times. [Filter(eq;ge;le)] [ORD]
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; set; }
Public Property DueStartDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ DueStartDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member DueStartDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also