plusDays

fun LocalDateTime.plusDays(days: Int, zone: TimeZone): LocalDateTime

Adds a specified number of days to this.


fun LocalDate.plusDays(days: Int): LocalDate

Returns a new LocalDate with specified days added

Returns a new Instant with given number of days added