Noda Time
PlusWeeks Method (weeks)
NamespacesNodaTimeLocalDateTimePlusWeeks(Int32)

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

Returns a new LocalDateTime representing the current value with the given number of weeks added.
Declaration Syntax
C#Visual BasicVisual C++
public LocalDateTime PlusWeeks(
	int weeks
)
Public Function PlusWeeks ( _
	weeks As Integer _
) As LocalDateTime
public:
LocalDateTime PlusWeeks(
	int weeks
)
Parameters
weeks (Int32)
The number of weeks to add
Return Value
The current value plus the given number of weeks.

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