SingleMonth

data class SingleMonth(val year: Int?, val month: Month) : MonthsOrDateSelector(source)

A single month, optionally in a specific year

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val year: Int?

Functions

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