<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFTimeZoneNameStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@E@CFTimeZoneNameStyle"
  },
  "title" : "CFTimeZoneNameStyle"
}
-->

# CFTimeZoneNameStyle

Index type for constants used to specify styles of time zone names.

```
enum CFTimeZoneNameStyle
```

## Overview

For values, see [Time Zone Name Styles](/documentation/CoreFoundation/time_zone_name_styles)

## Topics

### Enumeration Cases

[`CFTimeZoneNameStyle.daylightSaving`](/documentation/CoreFoundation/CFTimeZoneNameStyle/daylightSaving)

Specifies the daylight saving name style; for example, “Central Daylight Time” for the Central time zone.

[`CFTimeZoneNameStyle.generic`](/documentation/CoreFoundation/CFTimeZoneNameStyle/generic)

Specifies the generic name style, which does not distinguish between daylight saving and standard time; for example, “Central Time” for the Central time zone.

[`CFTimeZoneNameStyle.shortDaylightSaving`](/documentation/CoreFoundation/CFTimeZoneNameStyle/shortDaylightSaving)

Specifies the short daylight saving name style; for example, “CDT” for the Central time zone.

[`CFTimeZoneNameStyle.shortGeneric`](/documentation/CoreFoundation/CFTimeZoneNameStyle/shortGeneric)

Specifies the short generic name style, which does not distinguish between daylight saving and standard time; for example, “CT” for the Central time zone.

[`CFTimeZoneNameStyle.shortStandard`](/documentation/CoreFoundation/CFTimeZoneNameStyle/shortStandard)

Specifies the short standard name style; for example, “CST” for the Central time zone.

[`CFTimeZoneNameStyle.standard`](/documentation/CoreFoundation/CFTimeZoneNameStyle/standard)

Specifies the standard name style; for example, “Central Standard Time” for the Central time zone.



---

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)