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

# month

Identifier for the month unit.

## Declaration

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

## Discussion

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

## See Also

### Specifying Years and Months

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