Enumeration Case 列挙ケース

NSWeekdayCalendarUnit

Specifies the weekday unit. 週日単位を指定します。

Declaration 宣言

NSWeekdayCalendarUnit = NSCalendarUnitWeekday

Discussion 議論

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

See Also 参照

Deprecated 非推奨