|
|
|
|
|
- Start time of working hours
- Limitation
WorkingHourEnd (Property) In french: HeureOuvrableFin
The WorkingHourEnd property is used to identify and change the end 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 end time of working hours Hide the details
<Result> = <Control used>.WorkingHourEnd
Modifying the end time of working hours Hide the details
<Control used>.WorkingHourEnd = <New time>
Remarks Start time of working hours The start time of working hours can be identified and changed using the WorkingHourStart property. Limitation This property is not available for Organizer and Scheduler controls in reports.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|