onDateChanged

abstract fun onDateChanged(@NonNull view: @NonNull SeslDatePicker, year: Int, month: Int, day: Int)(source)

Called upon a date change.

Parameters

view

The view associated with this listener.

year

The year that was set.

month

The month that was set (0-11) for compatibility with Calendar.

day

The day of the month that was set.