---
title: CLKRelativeDateStyle.natural
framework: clockkit
role: symbol
role_heading: Case
path: clockkit/clkrelativedatestyle/natural
---

# CLKRelativeDateStyle.natural

A natural date style.

## Declaration

```swift
case natural
```

## Discussion

Discussion The text provider breaks the time interval into various components. For example, it formats 10 hours and 9 minutes as “10hrs 9min”.

## See Also

### Date Styles

- [CLKRelativeDateStyle.naturalAbbreviated](clockkit/clkrelativedatestyle/naturalabbreviated.md)
- [CLKRelativeDateStyle.naturalFull](clockkit/clkrelativedatestyle/naturalfull.md)
- [CLKRelativeDateStyle.offset](clockkit/clkrelativedatestyle/offset.md)
- [CLKRelativeDateStyle.offsetShort](clockkit/clkrelativedatestyle/offsetshort.md)
- [CLKRelativeDateStyle.timer](clockkit/clkrelativedatestyle/timer.md)
