|
|
|
|
|
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 set in the field description window ("Detail" tab).. 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:
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: <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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|