date Picker Semantics
fun datePickerSemantics(yearPickerLabel: String? = "Year", monthPickerLabel: String? = "Month", dayPickerLabel: String? = "Day", previousItemActionLabel: String? = PreviousItemActionLabel, nextItemActionLabel: String? = NextItemActionLabel): DatePickerSemantics
Creates semantics configuration for a date picker.
Return
A DatePickerSemantics 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.
day Picker Label
Accessibility label for the day 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.