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

# abbreviated

The abbreviated representation of a quarter.

## Declaration

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

## Discussion

Discussion This custom format style conveys an abbreviated representation of a quarter. For example, Q2.

## See Also

### Modifying a Quarter

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