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

# narrow

The shortest representation of a standalone month.

## Declaration

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

## Discussion

Discussion This custom format style conveys the shortest representation of a month, like O (the letter) for October.

## See Also

### Modifying a Standalone Month

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