ITimeZoneFactoryListLocalizedNamesAsync Method
Lists every canonical zone the factory knows about, with each zone's localized
display name and current UTC offset.
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
Task<IReadOnlyList<LocalizedZoneName>> ListLocalizedNamesAsync(
CultureInfo? culture = null,
TimeZoneNameStyle style = TimeZoneNameStyle.Location,
CancellationToken cancellationToken = default
)
- culture CultureInfo (Optional)
- The culture to resolve display names for. If null,
CurrentUICulture is used.
- style TimeZoneNameStyle (Optional)
- The TimeZoneNameStyle to resolve.
- cancellationToken CancellationToken (Optional)
- A CancellationToken
controlling the request lifetime
TaskIReadOnlyListLocalizedZoneNameEvery zone named in
ZoneNames exactly once, sorted by ascending
UTC offset then ordinal display name. A zone with no explicit CLDR override or metazone
entry still resolves to a synthesized name via the location/GMT tiers; the raw TZDB zone
name is used only when
CldrInitialized is
false.