Skip to content

DateTimePicker

flaui.core.automation_elements.DateTimePicker

Bases: AutomationElement

Class to interact with a DateTimePicker element

selected_date property writable

Gets the selected date in the DateTimePicker. For Win32, setting SelectedDate to null will uncheck the DateTimePicker control and disable it. Also for Win32, if the control is unchecked then SelectedDate will return null.

Returns:

Type Description
Optional[date]

date object if exists, else None