WorkOrderSubmittedDate Property |
The date/time that the order was submitted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic Nullable<DateTime> SubmittedDate { get; set; }
Public Property SubmittedDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> SubmittedDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member SubmittedDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also