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

# DateComponentsFormatter.UnitsStyle.full

A style that spells out the units of time, but not the quantities.

## Declaration

```swift
case full
```

## 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 “3 years, 9 months, 26 days, 19 hours, 17 seconds”.

## See Also

### Styles

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