var weekday: Int
The number of the weekdays.
曜日番号。
var weekOfMonth : Int
The week number of the months.
月の週番号。
var weekOfYear : Int
The ISO 8601 week date of the year.
ISO 8601年内週番号。
var day: Int
The number of days.
日数。
Availability 有効性
Technology
var weekdayOrdinal: Int
{ get set }
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 UnitsをDate and Time Programming Guideで見てください。
var weekday: Int
var weekOfMonth : Int
var weekOfYear : Int
var day: Int