public readonly struct LocalizedZoneName : IEquatable<LocalizedZoneName>| LocalizedZoneName | 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). |
| DisplayName | The resolved localized display name. |
| UtcOffset | The zone's UTC offset at the time the name was resolved. |
| ZoneName | The TZDB zone ID (e.g. "America/Chicago"). |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |