FMX.Calendar.Style.TStyledCalendar.FirstDayOfWeek
Delphi
property FirstDayOfWeek: Integer read FFirstDayOfWeekNum;
C++
__property int FirstDayOfWeek = {read=FFirstDayOfWeekNum, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Calendar.Style.pas FMX.Calendar.Style.hpp |
FMX.Calendar.Style | TStyledCalendar |
Description
The first day of the week represented by an Integer.
Possible values are 1 - 7, where 1 is Monday and 7 is Sunday.
FirstDayOfWeek is a read-only property. The value of FirstDayOfWeek is the value of TCalendarModel.FirstDayOfWeek, unless TCalendarModel.FirstDayOfWeek is set to TCalDayOfWeek.dowLocaleDefault. In that case the value of FirstDayOfWeek is the locale default value.