EventDate

class EventDate(var year: Int, val month: Month, val day: Int)

Constructors

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

Properties

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

Functions

Link copied to clipboard
fun equals(eventDate: EventDate): Boolean