---
title: quarterSymbols
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/calendar/quartersymbols
---

# quarterSymbols

A list of quarter names in this calendar, localized to the Calendar’s locale.

## Declaration

```swift
var quarterSymbols: [String] { get }
```

## Discussion

Discussion For example, for English in the Gregorian calendar, returns ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]. note: By default, Calendars have no locale set. If you wish to receive a localized answer, be sure to set the locale property first - most likely to Locale.autoupdatingCurrent.

## See Also

### Getting Quarter Symbols

- [shortQuarterSymbols](foundation/calendar/shortquartersymbols.md)
- [standaloneQuarterSymbols](foundation/calendar/standalonequartersymbols.md)
- [shortStandaloneQuarterSymbols](foundation/calendar/shortstandalonequartersymbols.md)
