OnSelectionStart and OnSelectionEnd will only be called when changing the dates, not when changing the time in the TimePicker.
This makes the component impossible to use with AutoApply, since it will never callback the correct time values.
One possible fix would be for TimeChanged, based on the parameter that is not null, to call OnSelectionStart or OnSelectionEnd after setting TStartDate/TEndDate.
OnSelectionStart and OnSelectionEnd will only be called when changing the dates, not when changing the time in the TimePicker.
This makes the component impossible to use with AutoApply, since it will never callback the correct time values.
One possible fix would be for TimeChanged, based on the parameter that is not null, to call OnSelectionStart or OnSelectionEnd after setting TStartDate/TEndDate.