LocalTime.atDate

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

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

class LocalTime
atDate

Meta