DateTimeDialog
fun DateTimeDialog(state: UseCaseState, selection: DateTimeSelection, config: DateTimeConfig = DateTimeConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())
Date Time dialog for the use-case to select a date, time or both in a quick way.
Parameters
state
The state of the sheet.
selection
The selection configuration for the dialog.
config
The general configuration for the dialog.
header
The header to be displayed at the top of the dialog.
properties
DialogProperties for further customization of this dialog's behavior.