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