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

# CLKRelativeDateStyle.naturalFull

A natural date style using unabbreviated units, when possible.

## Declaration

```swift
case naturalFull
```

## Discussion

Discussion The text provider breaks the time interval into various components. If there’s enough space, it uses the full word for the units; otherwise, it abbreviates them. For example, it formats 10 hours and 9 minutes as “10 hours 9 minutes”.

## See Also

### Date Styles

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