spotify-web-api-kotlin
/
com.adamratzman.spotify.utils
/
TimeUnit
common
Time
Unit
enum
TimeUnit
:
Enum
<
TimeUnit
>
Content copied to clipboard
Represents a unit of time
Entries
Functions
Properties
Sources
Entries
MILLISECONDS
Link copied to clipboard
common
MILLISECONDS
(1)
Content copied to clipboard
SECONDS
Link copied to clipboard
common
SECONDS
(1000)
Content copied to clipboard
MINUTES
Link copied to clipboard
common
MINUTES
(60000)
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
common
operator override fun
compareTo
(other:
TimeUnit
):
Int
Content copied to clipboard
equals
Link copied to clipboard
common
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
override fun
hashCode
():
Int
Content copied to clipboard
toMillis
Link copied to clipboard
common
fun
toMillis
(duration:
Long
):
Long
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
multiplier
Link copied to clipboard
common
val
multiplier
:
Long
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
Sources
(source)
Link copied to clipboard