TimeZoneNameStyle Enumeration

Enumerates the CLDR name styles that LocalizedName(DateTimeOffset, CultureInfo, TimeZoneNameStyle, CldrNameNotFoundBehavior) and the bulk listing/search methods on ITimeZoneFactory can resolve.

Definition

Namespace: InnerDrive.TimeZones.Cldr
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
C#
public enum TimeZoneNameStyle

Members

LongGeneric0(Default) The long generic name for the zone (e.g. "Central Time"), independent of whether the zone currently observes daylight saving time.
LongStandard1The long standard-time name for the zone (e.g. "Central Standard Time").
LongDaylight2The long daylight-time name for the zone (e.g. "Central Daylight Time").
ShortGeneric3The short generic name for the zone (e.g. "CT"), independent of whether the zone currently observes daylight saving time.
ShortStandard4The short standard-time name for the zone (e.g. "CST").
ShortDaylight5The short daylight-time name for the zone (e.g. "CDT").
ExemplarCity6The zone's representative city (e.g. "Chicago"), independent of the locale's surrounding region-format text.
Location7The zone's location-format name (e.g. "Chicago Time"), combining the exemplar city with the locale's region format.

See Also