[This is preliminary documentation and is subject to change.]
Returns a new LocalDateTime representing the current value with the given number of weeks added.

C# | Visual Basic | Visual C++ |
public LocalDateTime PlusWeeks( int weeks )
Public Function PlusWeeks ( _ weeks As Integer _ ) As LocalDateTime
public: LocalDateTime PlusWeeks( int weeks )

- weeks (Int32)
- The number of weeks to add

The current value plus the given number of weeks.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)