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

# omitted

A time style with no time-related components represented.

## Declaration

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

## Discussion

Discussion If both the date style and time style are set to omitted, the time is represented using the default style of shortened.

## See Also

### Modifying a Time Style

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