AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones del planificador
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 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.
Universal Windows 10 App In Universal Windows 10 App mode, this function can only be used to handle the Scheduler controls found in a report.
Example
// Positions the scrollbar in order for the visible time range to go from 9:00 to 19:00
SCH_Scheduler1.TimeDisplayed("0900", "1900")
Syntax
<Scheduler control>.TimeDisplayed(<Start time> , <End time>)
<Scheduler control>: Control name
Name of Scheduler control to use. This control can 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: wd290mdl.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/06/2023

Señalar un error o enviar una sugerencia | Ayuda local