I am using a DateTimePicker to allow users to schedule jobs in the database. I want to constrain the time selection to be between 8:00 PM and 6:00 AM. Is there a way to make the Timeview only show times between 12:00 AM - 6:00 AM and 8:00 PM - 11:00 PM (assuming a 1 hour interval)? I want the available times to be (00:00, 01:00, 02:00, 03:00, 04:00, 05:00, 06:00, 20:00, 21:00, 22:00, 23:00).
