WorkOrderCompletionDate Property |
Scheduled date of completion. Specifies the date when the workorder was completed. null means that the order is not yet completed.
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> CompletionDate { get; set; }
Public Property CompletionDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ CompletionDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member CompletionDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also