Noda Time
GetIds Method
NamespacesNodaTime.Testing.TimeZonesFakeDateTimeZoneSourceGetIds()()()()

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

Returns an unordered enumeration of the IDs available from this source.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerable<string> GetIds()
Public Function GetIds As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetIds() sealed
Return Value
The IDs available from this source.
Remarks

Every value in this enumeration must return a valid time zone from ForId(String) for the life of the source. The enumeration may be empty, but must not be null, and must not contain any elements which are null. It should not contain duplicates: this is not enforced, and while it may not have a significant impact on clients in some cases, it is generally unfriendly. The built-in implementations never return duplicates.

The source is not required to provide the IDs in any particular order, although they should be distinct.

Note that this list may optionally contain any of the fixed-offset timezones (with IDs "UTC" and "UTC+/-Offset"), but there is no requirement they be included.

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