Constructors
IntNanoseconds
Link copied to clipboard
Types
Functions
compareTo
Link copied to clipboard
div
Link copied to clipboard
equals
Link copied to clipboard
isNegative
Link copied to clipboard
isPositive
Link copied to clipboard
minus
Link copied to clipboard
plus
Link copied to clipboard
rem
Link copied to clipboard
times
Link copied to clipboard
toComponents
Link copied to clipboard
inline fun <T> toComponents(action: (IntMicroseconds, IntNanoseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (IntMilliseconds, IntMicroseconds, IntNanoseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (IntSeconds, IntMilliseconds, IntMicroseconds, IntNanoseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (IntMinutes, IntSeconds, IntMilliseconds, IntMicroseconds, IntNanoseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (IntHours, IntMinutes, IntSeconds, IntMilliseconds, IntMicroseconds, IntNanoseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (IntDays, IntHours, IntMinutes, IntSeconds, IntMilliseconds, IntMicroseconds, IntNanoseconds) -> T): T
Content copied to clipboard
toKotlinDuration
Link copied to clipboard
toLongNanoseconds
Link copied to clipboard
unaryMinus
Link copied to clipboard
Properties
absoluteValue
Link copied to clipboard
The absolute value of this duration.
inDays
Link copied to clipboard
inHours
Link copied to clipboard
inMicroseconds
Link copied to clipboard
Converts this duration to the number of whole microseconds.
inMilliseconds
Link copied to clipboard
Converts this duration to the number of whole milliseconds.
inMinutes
Link copied to clipboard
Converts this duration to the number of whole minutes.
inSeconds
Link copied to clipboard
Converts this duration to the number of whole seconds.
Extensions
asDuration
Link copied to clipboard
toJavaDuration
Link copied to clipboard
toNSTimeInterval
Link copied to clipboard