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
Syntaxpublic Nullable<DateTime> ScheduledStartDateTime { get; set; }
Public Property ScheduledStartDateTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ScheduledStartDateTime {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ScheduledStartDateTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also