Noda Time
GetZoneInterval Method
NamespacesNodaTimeZonedDateTimeGetZoneInterval()()()()

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

Returns the ZoneInterval containing this value, in the time zone this value refers to.
Declaration Syntax
C#Visual BasicVisual C++
public ZoneInterval GetZoneInterval()
Public Function GetZoneInterval As ZoneInterval
public:
ZoneInterval^ GetZoneInterval()
Return Value
The ZoneInterval containing this value.
Remarks
This is simply a convenience method - it is logically equivalent to converting this value to an Instant and then asking the appropriate DateTimeZone for the ZoneInterval containing that instant.

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