//core/io.islandtime.ranges/lengthInMicroseconds
lengthInMicroseconds¶
common
val DateTimeInterval.lengthInMicroseconds: Microseconds
val TimePointInterval<*>.lengthInMicroseconds: Microseconds
The number of whole microseconds between the start and end of this interval.
Throws¶
kotlin.UnsupportedOperationException | if the interval isn't bounded |