AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Agenda
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Positions the scrollbar in order for the visible time period
// to go from 9.00 to 19:30
ORG_Organizer1.TimeDisplayed("0900", "1930")
Sintaxis
<Organizer control>.TimeDisplayed(<Start time> , <End time>)
<Organizer control>: Nombre del control
Name of the Organizer control to be used. This field may correspond to:
  • an Organizer control in a report.
  • WEBDEV - Código ServidorPHP an Organizer control in a page.
<Start time>: Cadena de caracteres
Start time of display (in HHMM or HH format).
<End time>: Cadena de caracteres
End time of display (in HHMM or HH format).
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/11/2024

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