TimeUnit

enum TimeUnit : Enum<TimeUnit>

Represents a unit of time

Entries

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

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