Click or drag to resize

RecipeExpiryDate Property

The last date, when the recipe should be used. null means that the recipe might still be in use. [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