TimeZoneFactoryCommonZonesSettingKey Field

Gets the name of the application setting containing the comma-delimited list of TZDB zone IDs returned by ListCommonLocalizedNamesAsync(CultureInfo, TimeZoneNameStyle, CancellationToken). Optional; there is no built-in default, so an unset key returns an empty list.

Definition

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

Field Value

String

See Also