Date

data class Date(val epochTimeMs: Long) : Comparable<Date>

Constructors

Link copied to clipboard
constructor(year: Int, month: Int? = null, day: Int? = null)
constructor(epochTimeMs: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val calendar: <Error class: unknown class>
Link copied to clipboard
val date: <Error class: unknown class>
Link copied to clipboard
val day: Int?
Link copied to clipboard
Link copied to clipboard
val month: Int?
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: Date): Int
Link copied to clipboard
open override fun toString(): String