TimeZoneFactoryThrowOnCldrLoadFailureSettingKey Field

Gets the name of the application setting containing an indication of whether a failure to load or parse CLDR data should throw, rather than being traced and treated as CLDR simply being unavailable. Optional; defaults to false.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
C#
public const string ThrowOnCldrLoadFailureSettingKey = "timeZoneSettings:throwOnCldrLoadFailure"

Field Value

String

See Also