WorkOrderReleaseDate Property |
Scheduled release date. Specifies the date when the order is planned/released to production. null means that still there is no plan for releasing the order.
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ReleaseDate { get; set; }
Public Property ReleaseDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ReleaseDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ReleaseDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also