atMidnight method

LocalDateTime atMidnight()

Gets a LocalDateTime at midnight on the date represented by this local date.

Implementation

LocalDateTime atMidnight() => LocalDateTime.localDateAtTime(this, LocalTime.midnight);