WorkScheduleWorkingTimeStartTime Property |
Start of working time period on the day, specified by Day_No. [Required]
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan StartTime { get; set; }
Public Property StartTime As TimeSpan
Get
Set
public:
property TimeSpan^ StartTime {
TimeSpan^ get ();
void set (TimeSpan^ value);
}
member StartTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also