Instance Property インスタンスプロパティ

firstWeekday

The first day of the week for the calendar. そのカレンダーに対する週の最初の日。

Declaration 宣言

var firstWeekday: Int { get set }

Discussion 議論

The default value of firstWeekday varies by calendar and locale. Your app can reset this value. firstWeekdayの省略時の値は、カレンダーとロケールによって様々です。あなたのアプリは、この値を再設定できます。

The weekday units are one-based. For Gregorian and ISO 8601 calendars, 1 is Sunday. 週日単位は、1起点です。グレゴリオおよびISO 8601カレンダーに対して、1は日曜日です。

See Also 参照

Getting Calendar Information カレンダー情報を取得する