Skip to content

//core/io.islandtime.base/TimePoint/compareTo

compareTo

common

open operator fun compareTo(other: TimePoint<*>): Int

Compares this time point with another time point.

Time points can be compared to other time points based on timeline order, but aren't required to implement the Comparable interface since they don't necessarily have a natural order that's consistent with equals.