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