[This is preliminary documentation and is subject to change.]
Gets the list of valid time zone ids advertised by this provider.

C# | Visual Basic | Visual C++ |
ReadOnlyCollection<string> Ids { get; }
ReadOnly Property Ids As ReadOnlyCollection(Of String) Get
property ReadOnlyCollection<String^>^ Ids { ReadOnlyCollection<String^>^ get (); }

The IEnumerable<(Of <(<'T>)>)> of string ids.

This list will be sorted in ordinal lexicographic order. It cannot be modified by callers, and must not be modified by the provider either: client code can safely treat it as thread-safe and deeply immutable.
In addition to the list returned here, providers always support the fixed-offset timezones with IDs "UTC" and "UTC+/-Offset". These may or may not be included explicitly in this list.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)