kotlin-stdlib / kotlin.time / TimeSource / WithComparableMarks WithComparableMarks Common JVM JS Native 1.8 @ExperimentalTime interface WithComparableMarks : TimeSource(source) A TimeSource that returns time marks that can be compared for difference with each other. Functions Common JVM JS Native 1.0 markNow Marks a point in time on this time source. abstract fun markNow(): ComparableTimeMark