withDayOfMonth

fun LocalDateTime.withDayOfMonth(day: Int): LocalDateTime

Returns a new LocalDateTime with the given day of month and everything else of this.


fun LocalDate.withDayOfMonth(day: Int): LocalDate

Returns a new LocalDate with the day of month set to the specified day