Noda Time
TzdbDateTimeZoneSource Constructor (source)
NamespacesNodaTime.TimeZonesTzdbDateTimeZoneSourceTzdbDateTimeZoneSource(ResourceSet)

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

Initializes a new instance of the TzdbDateTimeZoneSource class.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
source (ResourceSet)
The ResourceSet to search for the time zone resources.
Exceptions
ExceptionCondition
InvalidNodaDataExceptionThe data within the resource set is invalid.

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