ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Scheduler functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the display mode of a Scheduler control: day, week, month, ...
Remark: The SchedulerChangeMode function is used to change the display mode of the Scheduler control..
Example
nMode is int = SchedulerMode(PLN_MonPlanning)
IF nMode = schModeDay THEN
	PLN_MonPlanning..GranularityAppointment = 15 // 15 minutes en mode Jour
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 the Scheduler control to be used. This control can correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a report.
Component: wd300mdl.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help