TimeZoneNameStyle Enumeration
Namespace: InnerDrive.TimeZones.CldrAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
public enum TimeZoneNameStyle
| LongGeneric | 0 | (Default) The long generic name for the zone (e.g. "Central Time"), independent
of whether the zone currently observes daylight saving time. |
| LongStandard | 1 | The long standard-time name for the zone (e.g. "Central Standard Time"). |
| LongDaylight | 2 | The long daylight-time name for the zone (e.g. "Central Daylight Time"). |
| ShortGeneric | 3 | The short generic name for the zone (e.g. "CT"), independent of whether the zone
currently observes daylight saving time. |
| ShortStandard | 4 | The short standard-time name for the zone (e.g. "CST"). |
| ShortDaylight | 5 | The short daylight-time name for the zone (e.g. "CDT"). |
| ExemplarCity | 6 | The zone's representative city (e.g. "Chicago"), independent of the locale's
surrounding region-format text. |
| Location | 7 | The zone's location-format name (e.g. "Chicago Time"), combining the exemplar
city with the locale's region format. |