---
title: standaloneMonthSymbols
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/calendar/standalonemonthsymbols
---

# standaloneMonthSymbols

A list of standalone months in this calendar, localized to the Calendar’s locale.

## Declaration

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

## Discussion

Discussion For example, for English in the Gregorian calendar, returns ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]. note: Stand-alone properties are for use in places like calendar headers. Non-stand-alone properties are for use in context (for example, “Saturday, November 12th”). 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 Month Symbols

- [monthSymbols](foundation/calendar/monthsymbols.md)
- [shortMonthSymbols](foundation/calendar/shortmonthsymbols.md)
- [veryShortMonthSymbols](foundation/calendar/veryshortmonthsymbols.md)
- [shortStandaloneMonthSymbols](foundation/calendar/shortstandalonemonthsymbols.md)
- [veryShortStandaloneMonthSymbols](foundation/calendar/veryshortstandalonemonthsymbols.md)
