ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer 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
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control. The Organizer control is displayed from the day corresponding to the previous time area.
Remarks:
Example
// Switch to monthly display
OrganizerChangeMode(ORG_MyOrganizer, orgzMonth)
// Display the current month
OrganizerPosition(ORG_MyOrganizer, DateSys())
// Switch to previous month
OrganizerDisplayPreviousPeriod(ORG_MyOrganizer)
Syntax
OrganizerDisplayPreviousPeriod(<Organizer control>)
<Organizer control>: Control name
Name of the Organizer control to be used. This control can correspond to:
  • AndroidiPhone/iPadMac Catalyst an Organizer control in a window.
Component: wd290obj.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help