DateTimePickerOptions interface
- beforeShow
- onApply
- onCancel
- onDateTimeChanged
- oneClickDateSelection
- showCalendar
- showTimePicker
- yearRange
Properties
Section titled “Properties”beforeShow
Section titled “beforeShow”● beforeShow?: () => void
onApply
Section titled “onApply”● onApply?: (dateTime: Date
) => void
onCancel
Section titled “onCancel”● onCancel?: () => void
onDateTimeChanged
Section titled “onDateTimeChanged”● onDateTimeChanged?: (date: Date
) => void
oneClickDateSelection
Section titled “oneClickDateSelection”● oneClickDateSelection?: boolean
showCalendar
Section titled “showCalendar”● showCalendar?: boolean
showTimePicker
Section titled “showTimePicker”● showTimePicker?: boolean
yearRange
Section titled “yearRange”● yearRange?: string