TimeUnit

enum TimeUnit : Enum<TimeUnit>

Represents a unit of time

Entries

MINUTES
Link copied to clipboard
common
MINUTES(60000)
SECONDS
Link copied to clipboard
common
SECONDS(1000)
MILLISECONDS
Link copied to clipboard
common

Functions

toMillis
Link copied to clipboard
common
fun toMillis(duration: Long): Long

Properties

multiplier
Link copied to clipboard
common
val multiplier: Long
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

common source
Link copied to clipboard