Noda Time
Aliases Property
NamespacesNodaTime.TimeZonesTzdbDateTimeZoneSourceAliases

[This is preliminary documentation and is subject to change.]

Returns a lookup from canonical time zone ID (e.g. "Europe/London") to a group of aliases for that time zone (e.g. {"Europe/Belfast", "Europe/Guernsey", "Europe/Jersey", "Europe/Isle_of_Man", "GB", "GB-Eire"}).
Declaration Syntax
C#Visual BasicVisual C++
public ILookup<string, string> Aliases { get; }
Public ReadOnly Property Aliases As ILookup(Of String, String)
	Get
public:
property ILookup<String^, String^>^ Aliases {
	ILookup<String^, String^>^ get ();
}
Return Value
A lookup from canonical ID to the aliases of that ID.
Remarks
The group of values for a key never contains the canonical ID, only aliases. Any time zone ID which is itself an alias or has no aliases linking to it will not be present in the lookup. The aliases within a group are returned in alphabetical (ordinal) order.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)