toLongNanoseconds

Deprecated

Warning since 1.5

Error since 1.8

Use inWholeNanoseconds property instead.

Replace with

this.inWholeNanoseconds

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.

Since Kotlin

1.6