Searched refs:thisEpDay (Results 1 – 1 of 1) sorted by relevance
525 long thisEpDay = this.toLocalDate().toEpochDay(); in isAfter() local527 return thisEpDay > otherEpDay || in isAfter()528 … (thisEpDay == otherEpDay && this.toLocalTime().toNanoOfDay() > other.toLocalTime().toNanoOfDay()); in isAfter()546 long thisEpDay = this.toLocalDate().toEpochDay(); in isBefore() local548 return thisEpDay < otherEpDay || in isBefore()549 … (thisEpDay == otherEpDay && this.toLocalTime().toNanoOfDay() < other.toLocalTime().toNanoOfDay()); in isBefore()