Noda Time
Ids Property
NamespacesNodaTimeIDateTimeZoneProviderIds

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

Gets the list of valid time zone ids advertised by this provider.
Declaration Syntax
C#Visual BasicVisual C++
ReadOnly Property Ids As ReadOnlyCollection(Of String)
	Get
property ReadOnlyCollection<String^>^ Ids {
	ReadOnlyCollection<String^>^ get ();
}
Value
The IEnumerable<(Of <(<'T>)>)> of string ids.
Remarks

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)