Click or drag to resize

ItemExpirationDate Property

The date/time after which this item shall be prevented from use in production. Typically, this property is utilized for raw materials and tooling type items. Some materials may degrade or become unusable with the passage of time. Tools often need to be recalibrated or maintained after a certain amount of time has passed.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public Nullable<DateTime> ExpirationDate { get; set; }

Property Value

Type: NullableDateTime
See Also