seconds

val Int.seconds: Duration

Returns a duration equal to this Int number of seconds.

See also


val Long.seconds: Duration

Returns a duration equal to this Long number of seconds.

See also


val Double.seconds: Duration

Returns a duration equal to this Double number of seconds.

See also