OrderLineItemExpectedDate Property |
The date/time that the order item is expected to be fulfilled.
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> ExpectedDate { get; set; }
Public Property ExpectedDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ExpectedDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ExpectedDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also