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