hours

val Int.hours: Duration

Returns a duration equal to this Int number of hours.

See also


val Long.hours: Duration

Returns a duration equal to this Long number of hours.

See also


val Double.hours: Duration

Returns a duration equal to this Double number of hours.

See also