ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Scheduler functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Defines the time range displayed by the Scheduler control in Day mode or in Week mode. The scrollbar and the height of rows in the Scheduler control are modified in order to display the specified time range.
If the time range of the Scheduler control is greater than the one displayed, the scrollbar will allow you to access the times before and after the range.
Example
// Positionne l'ascenseur pour que la plage horaire visible soit de 9h00 à 19h00 
SchedulerTimeDisplayed(PLN_Planning1, "0900", "1900")
Syntax
SchedulerTimeDisplayed(<Scheduler control> , <Start time> , <End time>)
<Scheduler control>: Control name
Name of the Scheduler control to be used. This field may correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a page,
  • the Scheduler control of a report.
<Start time>: Character string
Start time of display (in HHMM or HH format).
<End time>: Character string
End time of display (in HHMM or HH format).
Component: wd300mdl.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help