WarehouseRequisitionExpectedTime Property |
Time, when the requisition is expected to be executed. null when the time is unknown. [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<TimeSpan> ExpectedTime { get; set; }
Public Property ExpectedTime As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan^>^ ExpectedTime {
Nullable<TimeSpan^>^ get ();
void set (Nullable<TimeSpan^>^ value);
}
member ExpectedTime : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
See Also