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

# CLKRelativeDateStyle.naturalAbbreviated

An abbreviated, natural date style.

## Declaration

```swift
case naturalAbbreviated
```

## Discussion

Discussion The smallest possible abbreviation of the natural date style. For example, ten hours and nine minutes always formats as “10H 9M.” The CLKRelativeDateStyle.natural style may provide a longer string like “10hrs 9min” if there’s enough space.

## See Also

### Date Styles

- [CLKRelativeDateStyle.natural](clockkit/clkrelativedatestyle/natural.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)
