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
Link copied to clipboard
Compares this time mark with the other time mark for order.
Since Kotlin 1.9
Link copied to clipboard
Link copied to clipboard
Returns the amount of time passed from this mark measured with the time source from which this mark was taken.
Since Kotlin 1.9
Link copied to clipboard
Link copied to clipboard
Returns false if this time mark has not passed according to the time source from which this mark was taken.
Since Kotlin 1.9
Link copied to clipboard
Returns true if this time mark has passed according to the time source from which this mark was taken.
Since Kotlin 1.9
Link copied to clipboard
Returns a time mark on the same time source that is ahead of this time mark by the specified duration.
Since Kotlin 1.9