year Month Picker Semantics
fun yearMonthPickerSemantics(yearPickerLabel: String? = "Year", monthPickerLabel: String? = "Month", previousItemActionLabel: String? = PreviousItemActionLabel, nextItemActionLabel: String? = NextItemActionLabel): YearMonthPickerSemantics
Creates semantics configuration for a year-month picker.
Return
A YearMonthPickerSemantics instance with the specified semantics behavior.
Parameters
year Picker Label
Accessibility label for the year picker. Pass null to omit the picker label prefix.
month Picker Label
Accessibility label for the month picker. Pass null to omit the picker label prefix.
previous Item Action Label
Accessibility action label used by child pickers to select the previous item.
next Item Action Label
Accessibility action label used by child pickers to select the next item.