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

# DateComponentsFormatter.UnitsStyle.spellOut

A style that spells out the units and quantities of time.

## Declaration

```swift
case spellOut
```

## 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 “three years, nine months, twenty-six days, nineteen hours, seventeen seconds”.

## See Also

### Styles

- [DateComponentsFormatter.UnitsStyle.full](foundation/datecomponentsformatter/unitsstyle-swift.enum/full.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)
