Constructors
IntSeconds
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: (IntHours, IntMinutes, IntSeconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (IntDays, IntHours, IntMinutes, IntSeconds) -> T): T
Content copied to clipboard
toKotlinDuration
Link copied to clipboard
toLongSeconds
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 microseconds.
inMilliseconds
Link copied to clipboard
Converts this duration to milliseconds.
inMinutes
Link copied to clipboard
Converts this duration to the number of whole minutes.
inNanoseconds
Link copied to clipboard
Converts this duration to nanoseconds.
Extensions
asDuration
Link copied to clipboard
asUtcOffset
Link copied to clipboard
toJavaDuration
Link copied to clipboard
toNSTimeInterval
Link copied to clipboard