weekdayOrdinal
Identifier for the ordinal weekday unit.
Declaration
static var weekdayOrdinal: NSCalendar.Unit { get }Discussion
The corresponding value is an NSInteger. 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”.