setNegativeButton

fun setNegativeButton(@StringRes textId: Int): MonthYearPickerDialog.Builder
fun setNegativeButton(text: CharSequence): MonthYearPickerDialog.Builder

Sets text to display in the negative button.

Return

This Builder object to allow chaining of setter methods.