I am implementing search functionality in WinForms and I search by date range. Thus there are dateForm and dateTo date pickers on the form. By default their values are date
Have a look here for a nullable datetimepicker on CodeProject, in fact there are a few here.