Date

class Date(year: Int, month: Int, date: Int)

Represents a date (year-month-day) for user attributes.

Constructors

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

Functions

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