---
title: Date.FormatStyle.Symbol.TimeZone.Width
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/date/formatstyle/symbol/timezone/width
---

# Date.FormatStyle.Symbol.TimeZone.Width

A type representing the width of a timezone in a format style.

## Declaration

```swift
enum Width
```

## Overview

Overview The possible values of a width are short and long.

## Topics

### Modifying Time Zones

- [Date.FormatStyle.Symbol.TimeZone.Width.short](foundation/date/formatstyle/symbol/timezone/width/short.md)
- [Date.FormatStyle.Symbol.TimeZone.Width.long](foundation/date/formatstyle/symbol/timezone/width/long.md)

### Comparing Time Zones

- [==(_:_:)](foundation/date/==(_:_:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
