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.0Since Kotlin
1.6Since Kotlin
1.6Since Kotlin
1.6Since Kotlin
1.8Since Kotlin
1.8Entries
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.
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.
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.
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.
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.
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.
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.
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
Returns the name of this enum constant, exactly as declared in its enum declaration.
Returns the name of this enum constant, exactly as declared in its enum declaration.
Returns the name of this enum constant, exactly as declared in its enum declaration.
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
Functions
Converts this kotlin.time.DurationUnit enum value to the corresponding java.util.concurrent.TimeUnit value.