Type Property 型プロパティ

weekday

Identifier for the weekday unit. 週日単位に対する識別子。

Declaration 宣言

static var weekday: NSCalendar.Unit { get }

Discussion 議論

The corresponding value is an NSInteger. Equal to kCFCalendarUnitWeekday. The weekday units are the numbers 1 through N (where for the Gregorian calendar N=7 and 1 is Sunday). 対応する値はNSIntegerです。kCFCalendarUnitWeekdayに等しいです。週日単位は1からNまでの数です(そこでグレゴリオ暦に対してはN=71は Sundayです)。

See Also 参照

Specifying Weeks and Days 週と日にちを指定する