[This is preliminary documentation and is subject to change.]
Initializes a new instance of the TzdbDateTimeZoneSource class.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("The resource format for time zone data is deprecated; future versions will only support blob-based data")] public TzdbDateTimeZoneSource( ResourceManager manager )
<ObsoleteAttribute("The resource format for time zone data is deprecated; future versions will only support blob-based data")> _ Public Sub New ( _ manager As ResourceManager _ )
public: [ObsoleteAttribute(L"The resource format for time zone data is deprecated; future versions will only support blob-based data")] TzdbDateTimeZoneSource( ResourceManager^ manager )

- manager (ResourceManager)
- The ResourceManager to search for the time zone resources.

Exception | Condition |
---|---|
InvalidNodaDataException | The data within the resource manager is invalid. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)