Click or drag to resize

PrincipalRecipeExpiryDate Property

The last date, when the recipe should be used. null means that there is no expiry date yet and the recipe model is still active. [Filter(ge;le)]

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

Property Value

Type: NullableDateTime
See Also