|
|
|
|
|
- End time of working hours
- Limitation
WorkingHourStart (Property) In french: HeureOuvrableDébut
The WorkingHourStart property is used to get and change the start time of working hours used: - by an Organizer control.
- by a Scheduler control.
- by a Gantt Chart column (in a Table or TreeView Table control).
Remarks: - The range of working hours can also be modified in the control description window ("Details" tab).
- The appointments or the tasks can be moved outside the working hours.
ORG_Organizer_1.WorkingHourStart = "0830" ORG_Organizer_1.WorkingHourEnd = "1800"
Syntax
Finding out the start time of working hours Hide the details
<Result> = <Control used>.WorkingHourStart
Modifying the start time of working hours Hide the details
<Control used>.WorkingHourStart = <New time>
Remarks End time of working hours The end time of working hours can be identified and changed using the WorkingHourEnd property. Limitation This property is not available for Organizer and Scheduler controls in reports.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|