ChronoLocalDate.atTime

Combines this date with a time to create a {@code ChronoLocalDateTime}. !(p) This returns a {@code ChronoLocalDateTime} formed from this date at the specified time. All possible combinations of date and time are valid.

@param localTime the local time to use, not null @return the local date-time formed from this date and the specified time, not null

interface ChronoLocalDate
atTime

Meta