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