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
Returns the display mode of a Scheduler control: day, week, month, ...
Remark: SchedulerChangeMode is used to modify the display mode of Scheduler control.
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
nMode is int = SchedulerMode(SCH_MySchedule)
IF nMode = schModeDay THEN
SCH_MyScheduler..GranularityAppointment = 15 // 15 minutes in Day mode
END
Syntax
<Result> = SchedulerMode(<Scheduler control>)
<Result>: Integer
Time interval displayed by the Scheduler control:
schModeAccordingAptSchedule that displays a number of days allowing you to see all the available appointments.
AndroidiPhone/iPad This constant is not available.
schModeCustomNbDaySchedule for a specific number of days.
schModeDaySchedule for a day.
schModeMonthSchedule for a month.
schModeWeekSchedule for a week of 5 days or for a week of 7 days.
<Scheduler control>: Control name
Name of Scheduler control to use. This control can correspond to:
  • the Scheduler control of a window,
  • WEBDEV - Server code the Scheduler control of a page,
  • the Scheduler control of a report.
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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