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


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

The current value plus the given number of days.

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)