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