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.251.0.0 (8.251.0.0)
Syntaxpublic Nullable<DateTime> ExpirationDate { get; set; }
Public Property ExpirationDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ExpirationDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ExpirationDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also