TransportationOrderDepartureTime Property |
Planned departure time. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan DepartureTime { get; set; }
Public Property DepartureTime As TimeSpan
Get
Set
public:
property TimeSpan^ DepartureTime {
TimeSpan^ get ();
void set (TimeSpan^ value);
}
member DepartureTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also