TransportationRequisitionRequestedDepartureTime Property |
Requested time of departure. null when no specific time is requested. [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<TimeSpan> RequestedDepartureTime { get; set; }
Public Property RequestedDepartureTime As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan^>^ RequestedDepartureTime {
Nullable<TimeSpan^>^ get ();
void set (Nullable<TimeSpan^>^ value);
}
member RequestedDepartureTime : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
See Also