atDate

fun LocalTime.atDate(year: Int, monthNumber: Int, dayOfMonth: Int = 0): LocalDateTime(source)
fun LocalTime.atDate(year: Int, month: Month, dayOfMonth: Int = 0): LocalDateTime(source)

Combines this time's components with the specified date components into a LocalDateTime value.


Combines this time's components with the specified LocalDate components into a LocalDateTime value.