ChronoLocalDateTime.timeLineOrder

Gets a comparator that compares {@code ChronoLocalDateTime} _in time-line order ignoring the chronology. !(p) This comparator 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 position of the date-time on the local time-line. The underlying comparison is equivalent to comparing the epoch-day and nano-of-day.

@return a comparator that compares _in time-line order ignoring the chronology @see #isAfter @see #isBefore @see #isEqual

interface ChronoLocalDateTime(D)
static
timeLineOrder
()

Meta