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

# abbreviated

The abbreviated representation of a standalone weekday.

## Declaration

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

## Discussion

Discussion This custom format style conveys an abbreviated representation of a standalone weekday, like Mon for Monday.

## See Also

### Modifying a Standalone Weekday

- [narrow](foundation/date/formatstyle/symbol/standaloneweekday/narrow.md)
- [oneDigit](foundation/date/formatstyle/symbol/standaloneweekday/onedigit.md)
- [short](foundation/date/formatstyle/symbol/standaloneweekday/short.md)
- [wide](foundation/date/formatstyle/symbol/standaloneweekday/wide.md)
