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

# DateFormatter.Style.none

## Declaration

```swift
case none
```

## Discussion

Discussion Specifies no style. Equal to kCFDateFormatterNoStyle.

## See Also

### Constants

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