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

weekday

The number of the weekdays. 曜日番号。

Declaration 宣言

var weekday: Int { get set }

Discussion 議論

Weekday units are the numbers 1 through n, where n is the number of days in the week. For example, in the Gregorian calendar, n is 7 and Sunday is represented by 1. 週日単位は、1からnまでの数です、そこでnはその週の中の日にち番号です。例えば、グレゴリオ暦では、nは7です、そして日曜日は1を表します。

This value is interpreted in the context of the calendar with which it is used—see Calendars, Date Components, and Calendar Units in Date and Time Programming Guide. この値は、それが使われるところのカレンダーの文脈で解釈されます — Calendars, Date Components, and Calendar UnitsDate and Time Programming Guideで見てください。

See Also 参照

Accessing Weeks and Days 週と日にちにアクセスする