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

# wide

The full representation of a month.

## Declaration

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

## Discussion

Discussion This custom format style conveys the full representation of a month, like  September.

## See Also

### Modifying a Month

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