hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk.utils
/
Time
Time
data
class
Time
(
val
iso8601
:
String
,
val
timestamp
:
Long
)
:
Comparable
<
Time
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Time
Link copied to clipboard
fun
Time
(
iso8601
:
String
,
timestamp
:
Long
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Time
)
:
Int
Content copied to clipboard
Properties
iso8601
Link copied to clipboard
val
iso8601
:
String
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
Long
Content copied to clipboard