ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • End time of working hours
  • Limitation
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The WorkingHourStart property is used to get and change the start time of working hours used:
  • WINDEVAndroidiPhone/iPad by an Organizer control.
  • by a Scheduler control.
  • WINDEV 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.
Example
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
<Result>: Time
Start time of working hours (in HHMM format).
<Control used>: Control name
Name of the control used:
  • WINDEVAndroidiPhone/iPad Organizer control.
  • Scheduler control.
  • WINDEV Gantt Chart column (in a Table or TreeView Table control).

Modifying the start time of working hours Hide the details

<Control used>.WorkingHourStart = <New time>
<Control used>: Control name
Name of the control used:
  • WINDEVAndroidiPhone/iPad Organizer control.
  • Scheduler control.
  • WINDEV Gantt Chart column (in a Table or TreeView Table control).
<New time>: Character string or Time variable
New start time for the working hours of control. This time is in "HHMM" or "HH" format.
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.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/03/2022

Send a report | Local help