ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Start 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 WorkingHourEnd property is used to identify and change the end 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 end time of working hours Hide the details

<Result> = <Control used>.WorkingHourEnd
<Result>: Time
End time of working hours (in HHMM format).
<Control used>: Control name
Name of the control used:
  • WINDEVAndroidiPhone/iPad Organizer control.
  • Scheduler control.
  • WINDEVWindows Gantt Chart column (in a Table or TreeView Table control).

Modifying the end time of working hours Hide the details

<Control used>.WorkingHourEnd = <New time>
<Control used>: Control name
Name of the control used:
  • WINDEVAndroidiPhone/iPad Organizer control.
  • Scheduler control.
  • WINDEVWindows Gantt Chart column (in a Table or TreeView Table control).
<New time>: Character string or Time variable
New end time for the working hours in the control. This time is in "HHMM" or "HH" format.
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.
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