LocalDateTime.of

Obtains an instance of {@code LocalDateTime} from a date and time.

@param date the local date, not null @param time the local time, not null @return the local date-time, not null

Meta