DateTimeView

fun DateTimeView(useCaseState: UseCaseState, selection: DateTimeSelection, config: DateTimeConfig = DateTimeConfig(), header: Header? = null)

Date Time dialog for the use-case to select a date, time or both in a quick way.

Parameters

useCaseState

The state of the sheet.

selection

The selection configuration for the dialog view.

config

The general configuration for the dialog view.

header

The header to be displayed at the top of the dialog view.