Noda Time
DateTimeZoneProviders Class
NamespacesNodaTimeDateTimeZoneProviders

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

Static access to date/time zone providers built into Noda Time and for global configuration where this is unavoidable. All properties are thread-safe, and the providers returned by the read-only properties cache their results.
Declaration Syntax
C#Visual BasicVisual C++
public static class DateTimeZoneProviders
Public NotInheritable Class DateTimeZoneProviders
public ref class DateTimeZoneProviders abstract sealed
Members
All MembersProperties



IconMemberDescription
Bcl
Gets a time zone provider which uses a BclDateTimeZoneSource. This property is not available on the PCL build of Noda Time.

Default Obsolete.
Gets the TZDB time zone provider. This always returns the same value as the Tzdb property.

Tzdb
Gets a time zone provider which uses a TzdbDateTimeZoneSource. The underlying source is Default, which is initialized from resources within the NodaTime assembly.

XmlSerialization
The IDateTimeZoneProvider to use to interpret a time zone ID read as part of XML serialization.

Inheritance Hierarchy
Object
DateTimeZoneProviders

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