Noda Time
PlusDays Method (days)
NamespacesNodaTimeLocalDateTimePlusDays(Int32)

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

Returns a new LocalDateTime representing the current value with the given number of days added.
Declaration Syntax
C#Visual BasicVisual C++
public LocalDateTime PlusDays(
	int days
)
Public Function PlusDays ( _
	days As Integer _
) As LocalDateTime
public:
LocalDateTime 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 on January 30th will result in a value on February 2nd.

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