TimeZoneId.Aliases Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of time zone ID aliases. Only returned when [options]=zoneinfo or all.
Note: may be null.
public System.Collections.Generic.IReadOnlyList<string> Aliases { get; }
member this.Aliases : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Aliases As IReadOnlyList(Of String)