VGSDate

class VGSDate

Date representation that includes a day, month and year.

Parameters

day

The day of the month.

month

The month of the year.

year

The year.

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

The time in milliseconds from the epoch.

Link copied to clipboard
val year: Int