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

# narrow

The shortest representation of a standalone weekday.

## Declaration

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

## Discussion

Discussion This custom format style conveys the shortest representation of a standalone weekday, like M for Monday.

## See Also

### Modifying a Standalone Weekday

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