Noda Time
TzdbDateTimeZoneSource Constructor (manager)
NamespacesNodaTime.TimeZonesTzdbDateTimeZoneSourceTzdbDateTimeZoneSource(ResourceManager)

[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(
	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
)
Parameters
manager (ResourceManager)
The ResourceManager to search for the time zone resources.
Exceptions
ExceptionCondition
InvalidNodaDataExceptionThe data within the resource manager is invalid.

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