|
|
|
SftMaskCalendar.FirstDay Property |
Defines the first day of the week.
Syntax
VB.NET |
Day = object.FirstDay As SftMaskFirstDayConstants |
||
VB |
Day = object.FirstDay As SftMaskFirstDayConstants |
||
C#.NET |
SftMaskFirstDayConstants Day = object.FirstDay; |
||
VC++ |
enum SftMaskFirstDayConstants Day = object->FirstDay;
|
||
C |
HRESULT object->get_FirstDay(enum SftMaskFirstDayConstants* Day); |
||
Delphi |
Day := object.FirstDay : TOleEnum; |
||
VB.NET |
object.FirstDay = Day As SftMaskFirstDayConstants |
||
VB |
object.FirstDay = Day As SftMaskFirstDayConstants |
||
C#.NET |
SftMaskFirstDayConstants object.FirstDay = Day; |
||
VC++ |
enum SftMaskFirstDayConstants object->FirstDay = Day;
|
||
C |
HRESULT object->put_FirstDay(enum SftMaskFirstDayConstants Day); |
||
Delphi |
object.FirstDay := Day : TOleEnum; |
object
A SftMaskCalendar object.
Day
Defines the first day of the week.
Day |
Value |
Description |
0 |
The default as defined using the user locale is used. |
|
1 |
Monday is displayed as the first day of the week. |
|
2 |
Tuesday is displayed as the first day of the week. |
|
3 |
Wednesday is displayed as the first day of the week. |
|
4 |
Thursday is displayed as the first day of the week. |
|
5 |
Friday is displayed as the first day of the week. |
|
6 |
Saturday is displayed as the first day of the week. |
|
7 |
Sunday is displayed as the first day of the week. |
Comments
The FirstDay property defines the first day of the week.
The FirstDay property determines the first day of the week used to display the calendar.
See Also SftMaskCalendar Object | Object Hierarchy