---
title: complete
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/datestyle/complete
---

# complete

A date style with all components represented.

## Declaration

```swift
static let complete: Date.FormatStyle.DateStyle
```

## Discussion

Discussion A complete date style represents the day, month, day of month, and year components in the format. For example, Saturday, October 17, 2020, for locale en_US.

## See Also

### Modifying a Date Style

- [abbreviated](foundation/date/formatstyle/datestyle/abbreviated.md)
- [long](foundation/date/formatstyle/datestyle/long.md)
- [numeric](foundation/date/formatstyle/datestyle/numeric.md)
- [omitted](foundation/date/formatstyle/datestyle/omitted.md)
