Click or drag to resize

WorkOrderItemOperationScheduledStartDateTime Property

The date/time when the operation is planned to start. null means that there is still no plan when to start the operaion (only for new work orders).

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

Property Value

Type: NullableDateTime
See Also