The date/time when this item was placed into the stock location where it presently resides.
This is a read-only property that is maintained by the system and may not be directly adjusted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<DateTime> StockedDate { get; }
Public ReadOnly Property StockedDate As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> StockedDate {
Nullable<DateTime> get ();
}
member StockedDate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also