[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( ResourceSet source )
<ObsoleteAttribute("The resource format for time zone data is deprecated; future versions will only support blob-based data")> _ Public Sub New ( _ source As ResourceSet _ )
public: [ObsoleteAttribute(L"The resource format for time zone data is deprecated; future versions will only support blob-based data")] TzdbDateTimeZoneSource( ResourceSet^ source )

- source (ResourceSet)
- The ResourceSet to search for the time zone resources.

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