Click or drag to resize

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; }

Property Value

Type: NullableDateTime
See Also