onDayClick

open fun onDayClick(@NonNull view: @NonNull SeslSimpleMonthView, year: Int, month: Int, day: Int)(source)

Handles the click event on a day in the month view. This method updates the selected day, notifies the adapter if the selection has changed, and refreshes the month view to reflect the new selection and any lunar calendar settings.

Parameters

view

The SeslSimpleMonthView that was clicked.

year

The year of the clicked day.

month

The month of the clicked day (0-indexed).

day

The day of the month that was clicked.