TransportationExecutionLineExecutionTime Property |
The time when the operation was executed. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan ExecutionTime { get; set; }
Public Property ExecutionTime As TimeSpan
Get
Set
public:
property TimeSpan^ ExecutionTime {
TimeSpan^ get ();
void set (TimeSpan^ value);
}
member ExecutionTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also