Noda Time
PlusDays Method (days)
NamespacesNodaTimeLocalDatePlusDays(Int32)

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

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

This method does not try to maintain the month or year of the current value, so adding 3 days to a value of January 30th will result in a value of February 2nd.

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