KwikYearsData

constructor(minYear: Int = 1965, maxYear: Int = Calendar.getInstance().get(Calendar.YEAR))

Parameters

minYear

The minimum year that can be selected.

maxYear

The maximum year that can be selected.