operator fun Duration.component1(): Long
Return the seconds component of this Duration. |
|
operator fun Duration.component2(): Int
Returns the nanosecond offset of this Duration. |
|
operator fun Duration.div(divisor: Long): Duration
Divide this Duration by the |
|
operator fun Duration.times(multiplicand: Long): Duration
Multiply this Duration by the |
|
operator fun Duration.unaryMinus(): Duration
Negate this Duration. |