<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSTimeZone/NameStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSTimeZoneNameStyle"
  },
  "title" : "NSTimeZone.NameStyle"
}
-->

# NSTimeZone.NameStyle

Constants you use to specify a style when presenting time zone names.

```
enum NameStyle
```

## Topics

### Constants

[`NSTimeZoneNameStyleStandard`](/documentation/Foundation/NSTimeZone/NameStyle/standard)

Specifies a standard name style. For example, “Central Standard Time” for Central Time.

[`NSTimeZoneNameStyleShortStandard`](/documentation/Foundation/NSTimeZone/NameStyle/shortStandard)

Specifies a short name style. For example, “CST” for Central Time.

[`NSTimeZoneNameStyleDaylightSaving`](/documentation/Foundation/NSTimeZone/NameStyle/daylightSaving)

Specifies a daylight saving name style. For example, “Central Daylight Time” for Central Time.

[`NSTimeZoneNameStyleShortDaylightSaving`](/documentation/Foundation/NSTimeZone/NameStyle/shortDaylightSaving)

Specifies a short daylight saving name style.  For example, “CDT” for Central Time.

[`NSTimeZoneNameStyleGeneric`](/documentation/Foundation/NSTimeZone/NameStyle/generic)

Specifies a generic name style. For example, “Central Time” for Central Time.

[`NSTimeZoneNameStyleShortGeneric`](/documentation/Foundation/NSTimeZone/NameStyle/shortGeneric)

Specifies a generic time zone name. For example, “CT” for Central Time.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)