---
title: era
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nscalendar/unit/era
---

# era

Identifier for the era unit.

## Declaration

```swift
static var era: NSCalendar.Unit { get }
```

## Discussion

Discussion The corresponding value is an NSInteger. Equal to kCFCalendarUnitEra.

## See Also

### Specifying Years and Months

- [year](foundation/nscalendar/unit/year.md)
- [yearForWeekOfYear](foundation/nscalendar/unit/yearforweekofyear.md)
- [quarter](foundation/nscalendar/unit/quarter.md)
- [month](foundation/nscalendar/unit/month.md)
- [isLeapMonth](foundation/nscalendar/unit/isleapmonth.md)
