---
title: DateComponentsFormatter.UnitsStyle.brief
framework: foundation
role: symbol
role_heading: Case
path: foundation/datecomponentsformatter/unitsstyle-swift.enum/brief
---

# DateComponentsFormatter.UnitsStyle.brief

A style that uses a shortened spelling for units of time that is shorter than DateComponentsFormatter.UnitsStyle.short.

## Declaration

```swift
case brief
```

## Discussion

Discussion For example, the quantity of 3 years, 9 months, 26 days, 19 hours, and 17 seconds is displayed in the U.S. English locale as “3yrs 9mths 26days 19hr 17sec”.

## See Also

### Styles

- [DateComponentsFormatter.UnitsStyle.spellOut](foundation/datecomponentsformatter/unitsstyle-swift.enum/spellout.md)
- [DateComponentsFormatter.UnitsStyle.full](foundation/datecomponentsformatter/unitsstyle-swift.enum/full.md)
- [DateComponentsFormatter.UnitsStyle.short](foundation/datecomponentsformatter/unitsstyle-swift.enum/short.md)
- [DateComponentsFormatter.UnitsStyle.abbreviated](foundation/datecomponentsformatter/unitsstyle-swift.enum/abbreviated.md)
- [DateComponentsFormatter.UnitsStyle.positional](foundation/datecomponentsformatter/unitsstyle-swift.enum/positional.md)
