-
[2.0] Time picker?
Hi. Does C sharp have any kind of time picker? What I want to do is to allow the user to set a time for a program to run every day. So if they pick 12 am, it will execute at 12 am every day. Is there any component that could do this or do I have to create one from scratch?
Jennifer.
-
Re: [2.0] Time picker?
The DateTimePicker is for picking dates and times. Read the MSDN documentation for the class and its members.
-
Re: [2.0] Time picker?
Hey thanks. I originally checked the msdn but wasnt finding ways as to how to exclude the calendar. But upon checking again, I saw if I used a tab rather than a drop down, the calendar was hidden.
Now its working fine!
Jennifer.