Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Zone
Factory
Common
Zones
Setting
Key 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#
Copy
public
const
string
CommonZonesSettingKey
= "timeZoneSettings:commonZones"
Field Value
String
See Also
Reference
TimeZoneFactory Class
InnerDrive.TimeZones Namespace
In This Article
Definition
See Also