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
SchedulerSelectedRange (Function)
In french: PlanningPlageSélectionnée
Returns the start or end date and time of the time slot selected in a Scheduler control.
Example
// Gets the selected range in a Scheduler control
dtStartDate is DateTime = SchedulerSelectedRange(SCH_SchedulePlanning, schStartDate)
dtEndDate is DateTime = SchedulerSelectedRange(SCH_SchedulePlanning, schEndDate)
Syntax
<Result> = SchedulerSelectedRange(<Scheduler control> [, <Start or end of range>])
<Result>: DateTime
  • Requested date and time (for start or end of range),
  • Empty string ("") if no selection was performed in the Scheduler control.
<Scheduler control>: Control name
Name of Scheduler control to use.
<Start or end of range>: Integer constant
Indicates the information to return:
schEndDateInformation returned: End date and time of selected time slot.
schStartDateInformation returned: Start date and time of selected time slot.
Remarks
This function is equivalent to the StartDate and EndDate properties on the Scheduler control.
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help