common
Toggle table of contents
1.0
common
Platform filter
common
Switch theme
Search in API
common
common
/
dev.brahmkshatriya.echo.common.models
/
Date
Date
data
class
Date
(
val
epochTimeMs
:
Long
)
:
Comparable
<
Date
>
Members
Constructors
Date
Link copied to clipboard
constructor
(
year
:
Int
,
month
:
Int
?
=
null
,
day
:
Int
?
=
null
)
constructor
(
epochTimeMs
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
calendar
Link copied to clipboard
val
calendar
:
<Error class: unknown class>
date
Link copied to clipboard
val
date
:
<Error class: unknown class>
day
Link copied to clipboard
val
day
:
Int
?
epoch
Time
Ms
Link copied to clipboard
val
epochTimeMs
:
Long
month
Link copied to clipboard
val
month
:
Int
?
year
Link copied to clipboard
val
year
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Date
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String