ChronoLocalDateTime.isBefore

Checks if this date-time is before the specified date-time ignoring the chronology. !(p) This method differs from the comparison _in {@link #compareTo} _in that it only compares the underlying date-time and not the chronology. This allows dates _in different calendar systems to be compared based on the time-line position. !(p) This implementation performs the comparison based on the epoch-day and nano-of-day.

@param other the other date-time to compare to, not null @return true if this is before the specified date-time

interface ChronoLocalDateTime(D)
bool
isBefore

Meta