static var NSMinuteCalendarUnit : NSCalendar.Unit
Specifies the minute unit.
分単位を指定します。
static var NSSecondCalendarUnit : NSCalendar.Unit
Specifies the second unit.
秒単位を指定します。
static var NSWeekdayCalendarUnit : NSCalendar.Unit
Specifies the weekday unit.
週日単位を指定します。
static var NSWeekdayOrdinalCalendarUnit : NSCalendar.Unit
Specifies the ordinal weekday unit.
序数的週日単位を指定します。
static var NSWeekOfMonthCalendarUnit : NSCalendar.Unit
Specifies the original week of a month calendar unit.
月カレンダー単位での週番号を指定します。
static var NSWeekOfYearCalendarUnit : NSCalendar.Unit
Specifies the original week of the year calendar unit.
年カレンダー単位での週番号を指定します。
static var NSYearForWeekOfYearCalendarUnit : NSCalendar.Unit
Specifies the year when the calendar is being interpreted as a week-based calendar.
カレンダーが週基盤のカレンダーとして解釈されている場合に年を指定します。
static var NSCalendarCalendarUnit : NSCalendar.Unit
Specifies the calendar of the calendar.
カレンダーのカレンダーを指定します。
static var NSTimeZoneCalendarUnit : NSCalendar.Unit
Specifies the time zone of the calendar as an
NSTimeZone
.
カレンダーのタイムゾーンをNSTimeZone
として指定します。