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

# CLKRelativeDateStyle.offsetShort

A short offset date style.

## Declaration

```swift
case offsetShort
```

## Discussion

Discussion The resulting value gives the time offset using the abbreviated form of a single key unit. For example, values might be “10 hrs”, or “9 min” depending on the total amount of time between the current date and the date you specified.

## See Also

### Date Styles

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