ChronoLocalDateImpl.plusDays

Returns a copy of this date with the specified number of days added. !(p) This adds the specified period _in days to the date. !(p) This instance is immutable and unaffected by this method call.

@param daysToAdd the days to add, may be negative @return a date based on this one with the days added, not null @throws DateTimeException if the result exceeds the supported date range

class ChronoLocalDateImpl(D = ChronoLocalDate)
abstract
D
plusDays
()

Meta