ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Calendar 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
<Calendar>.Position (Function)
In french: <Calendrier>.Position
Returns the month displayed in a Calendar control.
Example
// Displays the calendar month in letters
Info("The month displayed in the Calendar control is: " + ...
DateToMonthInAlpha(CAL_Calendar1.Position()))
Syntax
<Result> = <Calendar control>.Position()
<Result>: Character string or Date variable
First day of month displayed. This parameter has the following format: "YYYYMM01". For example, if the month displayed is November 2008, <Result> will be equal to "20081101".
Caution: <Result> corresponds to the first day of the month displayed in the calendar and not to the first day displayed in the calendar for the selected month (for November 2008, the first day displayed is Monday 27 October 2008).
<Calendar control>: Control name
Name of Calendar control used.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help