LocalDateWithTime extension

Extensions for constructing a LocalDateTime from a LocalDate.

on

Methods

atStartOfDay() LocalDateTime

Available on LocalDate, provided by the LocalDateWithTime extension

Combines this LocalDate with the time of midnight to create a new LocalDateTime at the start of this date.
atTime(LocalTime time) LocalDateTime

Available on LocalDate, provided by the LocalDateWithTime extension

Combines this LocalDate with the given time to create a new LocalDateTime.