Contents

NSQuarterCalendarUnit

Specifies the quarter unit.

Declaration

static var NSQuarterCalendarUnit: NSCalendar.Unit { get }

Discussion

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).

See Also

Deprecated