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