Checks if this date-time is after 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 after the specified date-time
Checks if this date-time is after 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 after the specified date-time