[This is preliminary documentation and is subject to change.]
Returns the ZoneInterval containing this value, in the time zone this
value refers to.

C# | Visual Basic | Visual C++ |
public ZoneInterval GetZoneInterval()
Public Function GetZoneInterval As ZoneInterval
public: ZoneInterval^ GetZoneInterval()

The ZoneInterval containing this value.

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)