---
title: CFTimeZoneNameStyle.shortGeneric
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cftimezonenamestyle/shortgeneric
---

# 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.

## Declaration

```swift
case shortGeneric
```

## See Also

### Enumeration Cases

- [CFTimeZoneNameStyle.daylightSaving](corefoundation/cftimezonenamestyle/daylightsaving.md)
- [CFTimeZoneNameStyle.generic](corefoundation/cftimezonenamestyle/generic.md)
- [CFTimeZoneNameStyle.shortDaylightSaving](corefoundation/cftimezonenamestyle/shortdaylightsaving.md)
- [CFTimeZoneNameStyle.shortStandard](corefoundation/cftimezonenamestyle/shortstandard.md)
- [CFTimeZoneNameStyle.standard](corefoundation/cftimezonenamestyle/standard.md)
