ShipmentRequiredDeliveryDate Property |
Required delivery date. Depending on the shipment route travel time, the shipment should be released accordingly. When null means that the required delivery date is unknown or the document contains many required delivery dates (e.g. in the lines). [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> RequiredDeliveryDate { get; set; }
Public Property RequiredDeliveryDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ RequiredDeliveryDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member RequiredDeliveryDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also