Contents

NSWeekdayOrdinalCalendarUnit

Specifies the ordinal weekday unit.

Declaration

static var NSWeekdayOrdinalCalendarUnit: NSCalendar.Unit { get }

Discussion

The corresponding value is an kCFCalendarUnitSecond. Equal to kCFCalendarUnitWeekdayOrdinal. The weekday ordinal unit describes ordinal position within the month unit of the corresponding weekday unit. For example, in the Gregorian calendar a weekday ordinal unit of 2 for a weekday unit 3 indicates “the second Tuesday in the month”.

See Also

Deprecated