ms

val Double.ms: Duration

Returns a duration equal to this Double number of milliseconds.

See also


val Int.ms: Duration

Returns a duration equal to this Int number of milliseconds.

See also


val Long.ms: Duration

Returns a duration equal to this Long number of milliseconds.

See also