WarehouseRequisitionExecutionTime Property |
Time, when the execution occurred in the real world. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan Time { get; set; }
Public Property Time As TimeSpan
Get
Set
public:
property TimeSpan^ Time {
TimeSpan^ get ();
void set (TimeSpan^ value);
}
member Time : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also