LocalizedZoneName Constructor

Definition

Namespace: InnerDrive.TimeZones.Cldr
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
C#
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.

See Also