---
title: abbreviated
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/relativeformatstyle/unitsstyle-swift.struct/abbreviated
---

# abbreviated

A style that uses abbreviated units, such as “2 mo. ago”.

## Declaration

```swift
static var abbreviated: Date.RelativeFormatStyle.UnitsStyle { get }
```

## Discussion

Discussion This style may give different results in languages other than English.

## See Also

### Modifying a Relative Date Format Units Style

- [narrow](foundation/date/relativeformatstyle/unitsstyle-swift.struct/narrow.md)
- [spellOut](foundation/date/relativeformatstyle/unitsstyle-swift.struct/spellout.md)
- [wide](foundation/date/relativeformatstyle/unitsstyle-swift.struct/wide.md)
