---
title: DateIntervalFormatter.Style.none
framework: foundation
role: symbol
role_heading: Case
path: foundation/dateintervalformatter/style/none
---

# DateIntervalFormatter.Style.none

No information for the date or time. Use this style when you do not want to include date or time information in the resulting string.

## Declaration

```swift
case none
```

## See Also

### Constants

- [DateIntervalFormatter.Style.short](foundation/dateintervalformatter/style/short.md)
- [DateIntervalFormatter.Style.medium](foundation/dateintervalformatter/style/medium.md)
- [DateIntervalFormatter.Style.long](foundation/dateintervalformatter/style/long.md)
- [DateIntervalFormatter.Style.full](foundation/dateintervalformatter/style/full.md)
