Here's the situation:
I have two DateTimePicker controls for the start date and end date in a log viewer. I want the start date to be whatever the user picks, but with a time of 00:00:00. The end time to be the date the user picks, but a time of 23:59:59.999.
(I'll also be writing code the ensure the end date is equal to or greater than the start date, but I can handle that)
What is the best way to implement this?