Where is the Time in DateTimePicker Control?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

Thanks for reviewing my question. I would like to know how do you select the time in the DateTime picker control? I have the control's format set to Time. When you click on the down arrow, I get the month display but no time. Where can you specify the time

Many Thanks to the Exper
Peter
 
?The best (and really only) thing to do for a time only control, is to set the property ?ShowUpDown? to true. This will replace the drop down with a spin control that the user can use to change the time.
Mark Schmidt
http://www.csharpcookbook.bom


 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top