LocalDate

data class LocalDate(val year: Int, val month: Int, val day: Int)(source)

Constructors

Link copied to clipboard
constructor(year: Int, month: Int, day: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: Int
Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
open override fun toString(): String