[This is preliminary documentation and is subject to change.]
Returns the result of adding a duration to this zoned date and time, for a fluent alternative to operator+().

C# | Visual Basic | Visual C++ |
public ZonedDateTime Plus( Duration duration )
Public Function Plus ( _ duration As Duration _ ) As ZonedDateTime
public: ZonedDateTime Plus( Duration duration )

- duration (Duration)
- The duration to add

A new ZonedDateTime representing the result of the addition.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)