LocalizedZoneName Constructor
Pairs a TZDB zone ID with its localized display name and current UTC offset, as returned
by
ListLocalizedNamesAsync(CultureInfo, TimeZoneNameStyle, CancellationToken),
ListCommonLocalizedNamesAsync(CultureInfo, TimeZoneNameStyle, CancellationToken), and
SearchLocalizedNamesAsync(String, CultureInfo, TimeZoneNameStyle, Int32, CancellationToken).
Namespace: InnerDrive.TimeZones.CldrAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
public LocalizedZoneName(
string ZoneName,
string DisplayName,
TimeSpan UtcOffset
)
Parameters
- ZoneName String
- The TZDB zone ID (e.g. "America/Chicago").
- DisplayName String
- The resolved localized display name.
- UtcOffset TimeSpan
- The zone's UTC offset at the time the name was resolved.