<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/Width",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation4DateV11FormatStyleV6SymbolV8TimeZoneV5WidthO"
  },
  "title" : "Date.FormatStyle.Symbol.TimeZone.Width"
}
-->

# Date.FormatStyle.Symbol.TimeZone.Width

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

```
enum Width
```

## Overview

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

## Topics

### Modifying Time Zones

[`case short`](/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/Width/short)

A short timezone representation.

[`case long`](/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/Width/long)

A long timezone representation.

### Comparing Time Zones

[`static func == (Date, Date) -> Bool`](/documentation/Foundation/Date/==(_:_:))

Returns true if the two `Date` values represent the same point in time.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)