Click or drag to resize

SalesOrderToDate Property

When selling a service valid only for a period, denotes the end of the period. null means that it is unknown or N/A.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> ToDate { get; set; }

Property Value

Type: NullableDateTime
See Also