---
title: CFDateFormatterStyle.longStyle
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfdateformatterstyle/longstyle
---

# CFDateFormatterStyle.longStyle

Specifies a long style, typically with full text, such as “November 23, 1937” or “3:30:32pm”.

## Declaration

```swift
case longStyle
```

## See Also

### Enumeration Cases

- [CFDateFormatterStyle.fullStyle](corefoundation/cfdateformatterstyle/fullstyle.md)
- [CFDateFormatterStyle.mediumStyle](corefoundation/cfdateformatterstyle/mediumstyle.md)
- [CFDateFormatterStyle.noStyle](corefoundation/cfdateformatterstyle/nostyle.md)
- [CFDateFormatterStyle.shortStyle](corefoundation/cfdateformatterstyle/shortstyle.md)
