TimeMark

interface TimeMark(source)

Interface that represents a time point. Remains bound to the time source it was taken from and allows querying for the duration of time elapsed from that point (see the val elapsedNow).

Properties

Link copied to clipboard
abstract val elapsedNow: Long

Returns the amount of time passed from this mark measured with the time source from which this mark was taken.