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

# complete

A time style with all components represented.

## Declaration

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

## Discussion

Discussion A complete time style represents the hour, minute, second, day period, and time zone components in the format. For example, 9:54:29 PM CDT, ``for locale en_US.

## See Also

### Modifying a Time Style

- [omitted](foundation/date/formatstyle/timestyle/omitted.md)
- [shortened](foundation/date/formatstyle/timestyle/shortened.md)
- [standard](foundation/date/formatstyle/timestyle/standard.md)
