Here's the situation:
I have two DateTimePicker controls for the start and end dates in the log viewer. I want the start date to be what the user selects, but from 00:00:00. End time is the date that the user selects, but the time is 23: 59: 59.999.
(I will also write code so that the end date is equal to or greater than the start date, but I can handle this)
What is the best way to implement this?
source
share