Click or drag to resize

WorkOrderItemOperationScheduledEndDateTime Property

The date/time when the operation is scheduled to complete. null means that there is still no plan when the operation will finish (for new orders only).

Namespace:  Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> ScheduledEndDateTime { get; set; }

Property Value

Type: NullableDateTime
See Also