KwikYearsData

data class KwikYearsData(val minYear: Int = 1965, val maxYear: Int = Calendar.getInstance().get(Calendar.YEAR))

Parameters

minYear

The minimum year that can be selected.

maxYear

The maximum year that can be selected.

Constructors

Link copied to clipboard
constructor(minYear: Int = 1965, maxYear: Int = Calendar.getInstance().get(Calendar.YEAR))

Properties

Link copied to clipboard
Link copied to clipboard
val minYear: Int = 1965