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

# narrow

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

## Declaration

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

## See Also

### Modifying a Relative Date Format Units Style

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