Duration
A quantity describing a duration. (For example, 10 seconds.)
Types
Functions
Link copied to clipboard
Expresses the duration's value in milliseconds.
Link copied to clipboard
Expresses the duration's value in milliseconds rounded down.
Link copied to clipboard
Expresses the duration's value in seconds rounded down.
Link copied to clipboard
open override fun toString(unit: Duration.Unit, decimals: Int, suffixMode: Quantity.SuffixMode, decimalsMode: Quantity.DecimalsMode): String
Content copied to clipboard
Returns a string representation for the value from this
with the given unit. Depending on decimalsMode, it will show either exactly or at most decimals amount of decimals after the separator. The unit will be suffixed depending on suffixMode.
Link copied to clipboard
Returns a new instance with the value from this
as negative.