CldrNameNotFoundBehavior Enumeration

Enumerates the behavior of the LocalizedName(DateTimeOffset, CultureInfo, TimeZoneNameStyle, CldrNameNotFoundBehavior) method when no CLDR name can be resolved for the requested zone, time, culture, and TimeZoneNameStyle.

Definition

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

Members

ReturnZoneName0(Default) Returns the zone's TZDB name if no CLDR name can be resolved.
ReturnEmpty1Returns Empty if no CLDR name can be resolved.
ThrowOnNotFound2Throws an ArgumentException if no CLDR name can be resolved.

See Also