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

# narrow

The shortest representation of a standalone quarter.

## Declaration

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

## Discussion

Discussion This custom format style conveys the shortest representation of a quarter, like 4 for the fourth quarter.

## See Also

### Modifying a Standalone Quarter

- [abbreviated](foundation/date/formatstyle/symbol/standalonequarter/abbreviated.md)
- [oneDigit](foundation/date/formatstyle/symbol/standalonequarter/onedigit.md)
- [twoDigits](foundation/date/formatstyle/symbol/standalonequarter/twodigits.md)
- [wide](foundation/date/formatstyle/symbol/standalonequarter/wide.md)
