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

# narrow

The shortest representation of a quarter.

## Declaration

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

## Discussion

Discussion This custom format style conveys the shortest representation of a quarter. For example, 2.

## See Also

### Modifying a Quarter

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