---
title: narrow
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/symbol/month/narrow
---

# narrow

The shortest representation of a month.

## Declaration

```swift
static var narrow: Date.FormatStyle.Symbol.Month { get }
```

## Discussion

Discussion This custom format style conveys the shortest representation of a month. For example, it may represent September as S.

## See Also

### Modifying a Month

- [abbreviated](foundation/date/formatstyle/symbol/month/abbreviated.md)
- [defaultDigits](foundation/date/formatstyle/symbol/month/defaultdigits.md)
- [twoDigits](foundation/date/formatstyle/symbol/month/twodigits.md)
- [wide](foundation/date/formatstyle/symbol/month/wide.md)
