Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class NodaTime.​Extensions.​DateTimeZoneProviderExtensions
Assembly: NodaTime
Inheritance: object → DateTimeZoneProviderExtensions
Extensions for <see cref="T:NodaTime.IDateTimeZoneProvider" />
Methods
public static
System.​Collections.​Generic.​IEnumerable<​DateTimeZone>
GetAllZones​(IDateTimeZoneProvider provider)
Returns a lazily-evaluated sequence of time zones from the specified provider,
in the same order in which the IDs are returned by the provider.
Returns All the time zones from the provider.
provider
The provider to fetch time zones from.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object