OutputOrderLineStartTime Property |
Date and time when the operation has began. [Required] [Default(Now)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime StartTime { get; set; }
Public Property StartTime As DateTime
Get
Set
public:
property DateTime^ StartTime {
DateTime^ get ();
void set (DateTime^ value);
}
member StartTime : DateTime with get, set
Property Value
Type:
DateTime
See Also