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

# omitted

A type that hides the day period marker.

## Declaration

```swift
static let omitted: Date.FormatStyle.Symbol.Hour.AMPMStyle
```

## Discussion

Discussion This type represents the hour period numerically only. For example, 8 (for 8 a.m.) or 1 (for 1 p.m.) if used with defaultDigits, and 08 or 01 if used with twoDigits.

## See Also

### Creating AMPM Styles

- [abbreviated](foundation/date/formatstyle/symbol/hour/ampmstyle/abbreviated.md)
- [narrow](foundation/date/formatstyle/symbol/hour/ampmstyle/narrow.md)
- [wide](foundation/date/formatstyle/symbol/hour/ampmstyle/wide.md)
