---
title: veryShortStandaloneWeekdaySymbols
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/calendar/veryshortstandaloneweekdaysymbols
---

# veryShortStandaloneWeekdaySymbols

A list of very-shortly-named weekdays in this calendar, localized to the Calendar’s locale.

## Declaration

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

## Discussion

Discussion For example, for English in the Gregorian calendar, returns ["S", "M", "T", "W", "T", "F", "S"]. 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 Weekday Symbols

- [weekdaySymbols](foundation/calendar/weekdaysymbols.md)
- [shortWeekdaySymbols](foundation/calendar/shortweekdaysymbols.md)
- [veryShortWeekdaySymbols](foundation/calendar/veryshortweekdaysymbols.md)
- [standaloneWeekdaySymbols](foundation/calendar/standaloneweekdaysymbols.md)
- [shortStandaloneWeekdaySymbols](foundation/calendar/shortstandaloneweekdaysymbols.md)
