ItemManufactureDate Property |
The date/time when this item was originally manufactured. For purchased materials,
this is usually recorded by the orignal manufacture.
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> ManufactureDate { get; set; }
Public Property ManufactureDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ManufactureDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ManufactureDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also