ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in:
  • a Calendar control.
Remark: The first day of the week can also be configured in the description window of the control ("Details" tab).
Example
Syntax

Getting the first day of the week Hide the details

<Result> = <Control used>.Num1stDayOfTheWeek
<Result>: Integer
First day of the week defined for the specified control. The days of the week are manipulated via the following identifiers:
0 - Sunday
1 - Monday
2 - Tuesday
3 - Wednesday
4 - Thursday
5 - Friday
6 - Saturday
<Control used>: Control name
Name of the control used:
  • Calendar control.

Changing the first day of the week Hide the details

<Control used>.Num1stDayOfTheWeek = <New first day>
<Control used>: Control name
Name of the control used:
  • Calendar control.
<New first day>: Integer
Identifier of the day to use as first day of the week. The identifiers of the days of the week are as follows:
0 - Sunday
1 - Monday
2 - Tuesday
3 - Wednesday
4 - Thursday
5 - Friday
6 - Saturday
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/31/2024

Send a report | Local help