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