TimeSpan
Deprecated
Replace with
kotlin.time.DurationContent copied to clipboard
Represents a span of time, with milliseconds precision.
It is a value class wrapping Double instead of Long to work on JavaScript without allocations.
kotlin.time.DurationRepresents a span of time, with milliseconds precision.
It is a value class wrapping Double instead of Long to work on JavaScript without allocations.