LoadUsageStartTime Property |
The starting time of the planned usage. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime UsageStartTime { get; set; }
Public Property UsageStartTime As DateTime
Get
Set
public:
property DateTime^ UsageStartTime {
DateTime^ get ();
void set (DateTime^ value);
}
member UsageStartTime : DateTime with get, set
Property Value
Type:
DateTime
See Also