BatchFulfillmentDate Property |
An optional Date to get or set the date the batch is expected to finish production.
Setting this to NULL indicates that the Batch will be activated manually.
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> FulfillmentDate { get; set; }
Public Property FulfillmentDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> FulfillmentDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member FulfillmentDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also