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 / Organizer 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 start or end date and time of the time slot selected in an Organizer control.
Example
// Récupère la plage sélectionnée dans un champ Agenda
maDateDébut is DateTime = AgendaPlageSélectionnée(AGD_MonAgenda, orgStartDate)
maDateFin is DateTime = AgendaPlageSélectionnée(AGD_MonAgenda, orgEndDate)
Syntax
<Result> = OrganizerSelectedRange(<Organizer 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 Organizer control.
<Organizer control>: Control name
Name of Organizer control to use (found in a window)
<Start or end of range>: Integer constant
Indicates the information to return:
orgEndDateInformation returned: Date and time of end of selected time slot.
orgStartDateInformation returned: Start date and time of selected time slot.
Remarks
This function is equivalent to the StartDate and EndDate properties on the Organizer control.
Component: wd300obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help