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

# DateFormatter.Style.full

## Declaration

```swift
case full
```

## Discussion

Discussion Specifies a full style with complete details, such as “Tuesday, April 12, 1952 AD” or “3:30:42 PM Pacific Standard Time”. Equal to kCFDateFormatterFullStyle.

## 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.long](foundation/dateformatter/style/long.md)
