---
title: DateFormatter.Style.long
framework: foundation
role: symbol
role_heading: Case
path: foundation/dateformatter/style/long
---

# DateFormatter.Style.long

## Declaration

```swift
case long
```

## Discussion

Discussion Specifies a long style, typically with full text, such as “November 23, 1937” or “3:30:32 PM PST”. Equal to kCFDateFormatterLongStyle.

## See Also

### Constants

- [DateFormatter.Style.none](foundation/dateformatter/style/none.md)
- [DateFormatter.Style.short](foundation/dateformatter/style/short.md)
- [DateFormatter.Style.medium](foundation/dateformatter/style/medium.md)
- [DateFormatter.Style.full](foundation/dateformatter/style/full.md)
