DurationUnit

The list of possible time measurement units, in which a duration can be expressed.

The smallest time unit is NANOSECONDS and the largest is DAYS, which corresponds to exactly 24 HOURS.

Since Kotlin

1.3
actual typealias DurationUnit = TimeUnit
@ExperimentalTime
actual enum DurationUnit : Enum<DurationUnit>
@ExperimentalTime
actual enum DurationUnit : Enum<DurationUnit>

Entries

Link copied to clipboard

Time unit representing one nanosecond, which is 1/1000 of a microsecond.

Time unit representing one nanosecond, which is 1/1000 of a microsecond.

Time unit representing one nanosecond, which is 1/1000 of a microsecond.

Link copied to clipboard

Time unit representing one microsecond, which is 1/1000 of a millisecond.

Time unit representing one microsecond, which is 1/1000 of a millisecond.

Time unit representing one microsecond, which is 1/1000 of a millisecond.

Link copied to clipboard

Time unit representing one millisecond, which is 1/1000 of a second.

Time unit representing one millisecond, which is 1/1000 of a second.

Time unit representing one millisecond, which is 1/1000 of a second.

Link copied to clipboard

Time unit representing one second.

Time unit representing one second.

Time unit representing one second.

Link copied to clipboard

Time unit representing one minute.

Time unit representing one minute.

Time unit representing one minute.

Link copied to clipboard

Time unit representing one hour.

Time unit representing one hour.

Time unit representing one hour.

Link copied to clipboard

Time unit representing one day, which is always equal to 24 hours.

Time unit representing one day, which is always equal to 24 hours.

Time unit representing one day, which is always equal to 24 hours.

Properties

Link copied to clipboard
Link copied to clipboard