Mode

enum Mode : Enum<MonthYearPickerDialog.Mode>

Enum that defines UI mode of dialog.

Entries

YEAR_ONLY
Link copied to clipboard

User can select only year. Month picker will not be shown.

MONTH_ONLY
Link copied to clipboard

User can select only month. Year picker will not be shown.

MONTH_AND_YEAR
Link copied to clipboard

User can select month and year.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int