ComparableTimeMark
A TimeMark that can be compared for difference with other time marks obtained from the same TimeSource.WithComparableMarks time source.
Since Kotlin
1.9Inheritors
Functions
Compares this time mark with the other time mark for order.
Returns the amount of time passed from this mark measured with the time source from which this mark was taken.
Returns false if this time mark has not passed according to the time source from which this mark was taken.
Returns true if this time mark has passed according to the time source from which this mark was taken.
Returns a time mark on the same time source that is ahead of this time mark by the specified duration.