4D v14

DatePicker SET DEFAULT 1ST DAY

Home

 
4D v14
DatePicker SET DEFAULT 1ST DAY

DatePicker SET DEFAULT 1ST DAY 


 

DatePicker SET DEFAULT 1ST DAY ( dayNum ) 
Parameter Type   Description
dayNum  Longint in First day of the week

The DatePicker SET DEFAULT 1ST DAY command is used to set the first day of the week to be displayed by default in the left part of all DatePicker calendars.

In the dayNum parameter, pass one of the following 4D constants found in the Days and Months theme:

Constant Type Value
Sunday Longint 1
Monday Longint 2
Tuesday Longint 3
Wednesday Longint 4
Thursday Longint 5
Friday Longint 6
Saturday Longint 7

Note that this parameter is only taken into account for calendars created subsequently and does not apply to any existing calendars. If you want to apply it to existing calendars, you must use the DatePicker APPLY DEFAULT VALUES component method.

 
PROPERTIES 

Product: 4D
Theme: DatePicker

 
HISTORY 

 
SEE ALSO 

DatePicker APPLY DEFAULT VALUES
DatePicker SET WEEK FIRST DAY

 
ARTICLE USAGE

4D Widgets ( 4D v12)
4D Widgets ( 4D v13)
4D Widgets ( 4D v14 R2)
4D Widgets ( 4D v14)
4D Widgets ( 4D v14 R3)
4D Widgets ( 4D v14 R4)