Item.FIFOTimeStamp Property |
The date/time that should be used to determine the inventory age of this item
when making material reservations for production orders (batches). In general,
items of greater age will be reserved before newer items.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic Nullable<DateTime> FIFOTimeStamp { get; set; }
Public Property FIFOTimeStamp As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> FIFOTimeStamp {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member FIFOTimeStamp : Nullable<DateTime> with get, set
Property Value
Type:
Nullable<DateTime>
See Also