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

# standard

A time style with all components except the time zone represented.

## Declaration

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

## Discussion

Discussion A standard time style represents the hour, minute, second, and day period components in the format. For example, 9:54:29 PM.

## See Also

### Modifying a Time Style

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