Companion

object Companion

Functions

Link copied to clipboard
fun ofDays(value: Long): Duration

Returns a Duration representing the specified value number of days.

Link copied to clipboard
fun ofHours(value: Long): Duration

Returns a Duration representing the specified value number of hours.

Link copied to clipboard
fun ofMilliseconds(value: Long): Duration

Returns a Duration representing the specified value number of milliseconds.

Link copied to clipboard
fun ofMinutes(value: Long): Duration

Returns a Duration representing the specified value number of minutes.

Link copied to clipboard
fun ofNanos(value: Long): Duration

Returns a Duration representing the specified value number of nanoseconds.

Link copied to clipboard
fun ofSeconds(value: Long): Duration

Returns a Duration representing the specified value number of seconds.

Properties

Link copied to clipboard
val ZERO: Duration

The Duration equal to exactly 0 milliseconds.