LocalDateTime.MAX

The maximum supported {@code LocalDateTime}, '+999999999-12-31T23:59:59.999999999'. This is the local date-time just before midnight at the end of the maximum date. This combines {@link LocalDate#MAX} and {@link LocalTime#MAX}. This could be used by an application as a "far future" date-time.

class LocalDateTime
static
MAX
()

Meta