|
|
|
|
Num1stDayOfTheWeek (Property) In french: Num1erJourDeLaSemaine
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: Remark: The first day of the week can also be configured in the description window of the control ("Details" tab). Syntax
Finding out the first day of the week Hide the details
<Result> = <Control used>.Num1stDayOfTheWeek
<Result>: Integer First day of the week considered for the specified control. The days of the week are handled 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:
Modifying the first day of the week Hide the details
<Control used>.Num1stDayOfTheWeek = <New first day>
<Control used>: Control name Name of the control used: <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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|