setPositiveButton

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

Sets text to display in the positive button.

Return

This Builder object to allow chaining of setter methods.