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

# abbreviated

The abbreviated representation of a standalone quarter.

## Declaration

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

## Discussion

Discussion This custom format style conveys an abbreviated representation of a standalone quarter, like Q4 for the fourth quarter.

## See Also

### Modifying a Standalone Quarter

- [narrow](foundation/date/formatstyle/symbol/standalonequarter/narrow.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)
