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
Display constants used by prefix syntaxes only
The following constants are used to manage Scheduler and TimeLine controls:
ConstantDescriptionUsed by the functions or types of variables
schStartDateType of sought date: First date displayed in the Scheduler control.
  • Start date of selected time slot.
schEndDate
  • Type of sought date: Last date displayed in the Scheduler control.
  • The appointment repetition has an end date.
  • End date of selected time slot.
schDateTimeRequested type of information: Date and time of appointment corresponding to specified coordinates.SchedulerInfoXY
schModeDayDisplay mode: Display over a day.SchedulerChangeMode,
TimelineChangeMode
schModeMicrosecondDisplay mode: Display to the microsecond.TimelineChangeMode
schModeMillisecondDisplay mode: Display to the millisecond.TimelineChangeMode
schModeMonthDisplay mode: Display over a month.SchedulerChangeMode,
TimelineChangeMode
schModeCustomNbDayDisplay mode: Display over a specific number of days.SchedulerChangeMode,
TimelineChangeMode
schModeSecondDisplay mode: Display to the second.TimelineChangeMode
schModeAccordingAptDisplay mode of schedule: Displays the schedule by using a number of days allowing you to see all the available appointments.SchedulerChangeMode
schModeWeekDisplay mode: Display over a 5-day or 7-day week.SchedulerChangeMode,
TimelineChangeMode
schCurrentMonthType of sought date: First day of the month displayed in the Scheduler control.SchedulerPosition
schMaxOccurrenceCharacteristics of repetition: The appointment repetition has a maximum number of occurrences.Repetition variable
schScreenOriginThe coordinates are relative to the screen.SchedulerInfoXY
schNoEndCharacteristics of repetition: The appointment will be repeated endlessly.Repetition variable
schAptSelectedType of appointment sought: Appointment currently selected in the Scheduler control.SchedulerListAppointment
schAptHoveredType of appointment sought: Appointment hovered by the mouse cursor in the Scheduler control.SchedulerListAppointment
schAppointmentRequested type of information: Index of the appointment at the specified coordinates.SchedulerInfoXY
schResourceRequested type of information: Name of resource corresponding to specified coordinates.SchedulerInfoXY
schWithoutExecuteQueryDisplay the schedule without re-running the base query of the control.SchedulerDisplay,
TimelineDisplay
schEveryYearType of repetition for the appointment: the appointment will be repeated every year, on the same day and at the same time.Repetition variable
schEveryDayType of repetition for the appointment: the appointment will be repeated every day at the same time.Repetition variable
schEveryMonthType of repetition for the appointment: the appointment will be repeated every month, on the same day and at the same time.Repetition variable
schEveryWeekType of repetition for the appointment: the appointment will be repeated every week, on the same day and at the same time.Repetition variable
tlEveSelectedType of event sought: Event currently selected in the TimeLine control.TimelineListEvent
tlEveHoveredType of event sought: Event hovered by the mouse in the TimeLine control.TimelineListEvent
The following constants are used to manage Scheduler and TimeLine controls (prefix syntax):
ConstantDescriptionUsed by the functions or types of variables
schStartDateType of sought date: First date displayed in the Scheduler control.
  • Start date of selected time slot.
schEndDate
  • Type of sought date: Last date displayed in the Scheduler control.
  • The appointment repetition has an end date.
  • End date of selected time slot.
schDateTimeRequested type of information: Date and time of appointment corresponding to specified coordinates.<Scheduler>.InfoXY
schModeDayDisplay mode: Display over a day.<Scheduler>.ChangeMode,
<Timeline>.ChangeMode
schModeMicrosecondDisplay mode: Display to the microsecond.<Timeline>.ChangeMode
schModeMillisecondDisplay mode: Display to the millisecond.<Timeline>.ChangeMode
schModeMonthDisplay mode: Display over a month.<Scheduler>.ChangeMode,
<Timeline>.ChangeMode
schModeCustomNbDayDisplay mode: Display over a specific number of days.<Scheduler>.ChangeMode,
<Timeline>.ChangeMode
schModeSecondDisplay mode: Display to the second.<Timeline>.ChangeMode
schModeAccordingAptDisplay mode of schedule: Displays the schedule by using a number of days allowing you to see all the available appointments.<Scheduler>.ChangeMode
schModeWeekDisplay mode: Display over a 5-day or 7-day week.<Scheduler>.ChangeMode,
<Timeline>.ChangeMode
schCurrentMonthType of sought date: First day of the month displayed in the Scheduler control.SchedulerPosition
schMaxOccurrenceCharacteristics of repetition: The appointment repetition has a maximum number of occurrences.Repetition variable
schScreenOriginThe coordinates are relative to the screen.<Scheduler>.InfoXY
schNoEndCharacteristics of repetition: The appointment will be repeated endlessly.Repetition variable
schAptSelectedType of appointment sought: Appointment currently selected in the Scheduler control.<Scheduler>.ListAppointment
schAptHoveredType of appointment sought: Appointment hovered by the mouse cursor in the Scheduler control.<Scheduler>.ListAppointment
schAppointmentRequested type of information: Index of the appointment at the specified coordinates.<Scheduler>.InfoXY
schResourceRequested type of information: Name of resource corresponding to specified coordinates.<Scheduler>.InfoXY
schWithoutExecuteQueryDisplay the schedule without re-running the base query of the control.<Scheduler>.Display,
<Timeline>.Display
schEveryYearType of repetition for the appointment: the appointment will be repeated every year, on the same day and at the same time.Repetition variable
schEveryDayType of repetition for the appointment: the appointment will be repeated every day at the same time.Repetition variable
schEveryMonthType of repetition for the appointment: the appointment will be repeated every month, on the same day and at the same time.Repetition variable
schEveryWeekType of repetition for the appointment: the appointment will be repeated every week, on the same day and at the same time.Repetition variable
tlEveSelectedType of event sought: Event currently selected in the TimeLine control.<Timeline>.ListEvent
tlEveHoveredType of event sought: Event hovered by the mouse in the TimeLine control.<Timeline>.ListEvent
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help