---
title: Date.ISO8601FormatStyle.TimeZoneSeparator.omitted
framework: foundation
role: symbol
role_heading: Case
path: foundation/date/iso8601formatstyle/timezoneseparator-swift.enum/omitted
---

# Date.ISO8601FormatStyle.TimeZoneSeparator.omitted

Specifies no separator between the time and time zone in an ISO 8601 date format style.

## Declaration

```swift
case omitted
```

## Discussion

Discussion The rawValue of omitted is an empty string (””).

## See Also

### Specifying ISO 8601 Format Style Time Zone Separators

- [Date.ISO8601FormatStyle.TimeZoneSeparator.colon](foundation/date/iso8601formatstyle/timezoneseparator-swift.enum/colon.md)
