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