ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer functions
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
Defines the time range displayed by the Organizer control in Day mode or in Week mode. The scrollbar and the height of rows in the Organizer control are modified in order to display the specified time range.
If the time range of the Organizer control is greater than the one displayed, the scrollbar will allow you to access the times before and after the range.
Universal Windows 10 App In Universal Windows 10 App mode, this function can only be used to handle Organizer controls in a report.
Example
// Positions the scrollbar in order for the visible time period
// to go from 9.00 to 19:30
ORG_Organizer1.TimeDisplayed("0900", "1930")
Syntax
<Organizer control>.TimeDisplayed(<Start time> , <End time>)
<Organizer control>: Control name
Name of the Organizer control to be used. This control can correspond to:
  • WINDEVAndroidiPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
  • WEBDEV - Server codePHP an Organizer control in a page.
<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: wd290mdl.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help