daysOfWeekDisabled

@Composable
abstract fun daysOfWeekDisabled(daysOfWeekDisabled: List<Int>?)

Set the days of the week that should be disabled.


abstract val daysOfWeekDisabled: List<Int>?

Days of the week that should be disabled.