toNSTimeInterval

Converts this duration to an equivalent NSTimeInterval.

fun Duration.toNSTimeInterval(): <ERROR CLASS>
fun IntDays.toNSTimeInterval(): <ERROR CLASS>
fun LongDays.toNSTimeInterval(): <ERROR CLASS>
fun IntHours.toNSTimeInterval(): <ERROR CLASS>
fun LongHours.toNSTimeInterval(): <ERROR CLASS>
fun IntMinutes.toNSTimeInterval(): <ERROR CLASS>
fun LongMinutes.toNSTimeInterval(): <ERROR CLASS>
fun IntSeconds.toNSTimeInterval(): <ERROR CLASS>
fun LongSeconds.toNSTimeInterval(): <ERROR CLASS>
fun IntMilliseconds.toNSTimeInterval(): <ERROR CLASS>
fun LongMilliseconds.toNSTimeInterval(): <ERROR CLASS>
fun IntMicroseconds.toNSTimeInterval(): <ERROR CLASS>
fun LongMicroseconds.toNSTimeInterval(): <ERROR CLASS>
fun IntNanoseconds.toNSTimeInterval(): <ERROR CLASS>
fun LongNanoseconds.toNSTimeInterval(): <ERROR CLASS>