toLongNanoseconds

Common
JVM
JS
Native
1.0
@ExperimentalTime @DeprecatedSinceKotlin("1.5", "1.8", "1.9") fun toLongNanoseconds(): Long
(source)
Deprecated: Use inWholeNanoseconds property instead.

Returns the value of this duration expressed as a Long number of nanoseconds.

If the value doesn't fit in the range of Long type, it is coerced into that range, see the conversion Double.toLong for details.

The range of durations that can be expressed as a Long number of nanoseconds is approximately ±292 years.