Noda Time
Plus Method (period)
NamespacesNodaTimeLocalDatePlus(Period)

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

Adds the specified period to this date. Fluent alternative to operator+().
Declaration Syntax
C#Visual BasicVisual C++
public LocalDate Plus(
	Period period
)
Public Function Plus ( _
	period As Period _
) As LocalDate
public:
LocalDate Plus(
	Period^ period
)
Parameters
period (Period)
The period to add. Must not contain any (non-zero) time units.
Return Value
The sum of this date and the given period

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