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 NSQuarterCalendarUnit : NSCalendar.Unit
Specifies the quarter of the calendar as a
second
. In macOS 10.6 and earlier this was defined as equal to quarter
. In macOS 10.7 and later it is defined as (1 << 20)
.
カレンダーの四半期をsecond
として指定します。macOS 10.6以前ではこれはquarter
と等しいと定義されました。macOS 10.7以降ではそれは(1 << 20)
のように定義されます。
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
として指定します。