---
title: wide
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/symbol/standalonemonth/wide
---

# wide

The full representation of a standalone month.

## Declaration

```swift
static var wide: Date.FormatStyle.Symbol.StandaloneMonth { get }
```

## Discussion

Discussion This custom format style conveys the complete representation of a month, like October for October.

## See Also

### Modifying a Standalone Month

- [abbreviated](foundation/date/formatstyle/symbol/standalonemonth/abbreviated.md)
- [defaultDigits](foundation/date/formatstyle/symbol/standalonemonth/defaultdigits.md)
- [narrow](foundation/date/formatstyle/symbol/standalonemonth/narrow.md)
- [twoDigits](foundation/date/formatstyle/symbol/standalonemonth/twodigits.md)
