default Date Time Picker Options
suspend fun defaultDateTimePickerOptions(value: Output<DashboardDefaultDateTimePickerControlOptionsArgs>)
Parameters
value
The default options that correspond to the filter control type of a DateTimePicker
.
suspend fun defaultDateTimePickerOptions(argument: suspend DashboardDefaultDateTimePickerControlOptionsArgsBuilder.() -> Unit)
Parameters
argument
The default options that correspond to the filter control type of a DateTimePicker
.