LocalizedZoneName Structure

Definition

Namespace: InnerDrive.TimeZones.Cldr
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
C#
public readonly struct LocalizedZoneName : IEquatable<LocalizedZoneName>
Inheritance
Object    ValueType    LocalizedZoneName
Implements
IEquatableLocalizedZoneName

Constructors

Properties

DisplayNameThe resolved localized display name.
UtcOffsetThe zone's UTC offset at the time the name was resolved.
ZoneNameThe TZDB zone ID (e.g. "America/Chicago").

Methods

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)

See Also