ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Scheduler 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
Returns the display mode of a Scheduler control: day, week, month, ...
Remark: SchedulerChangeMode is used to modify the display mode of Scheduler control.
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.
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
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help