toTimeUnit method
Converts this kotlin.time.DurationUnit enum value
to the corresponding java.util.concurrent.TimeUnit value.
Implementation
TimeUnit toTimeUnit() => this;
Converts this kotlin.time.DurationUnit enum value
to the corresponding java.util.concurrent.TimeUnit value.
TimeUnit toTimeUnit() => this;