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

weekdayOrdinal

The ordinal number of weekdays. 週番号。

Declaration 宣言

var weekdayOrdinal: Int { get set }

Discussion 議論

Weekday ordinal units represent the position of the weekday within the next larger calendar unit, such as the month. For example, 2 is the weekday ordinal unit for the second Friday of the month. 週日序数単位は、次のより大きいカレンダー単位、例えば月などの内部のその週日の位置を表します。例えば、2は、月の第2金曜日の週番号単位です。

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 週と日にちにアクセスする