Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing Time using the Infragistics UltraDateTimeEditor for WinForms

By default the UltraDateTimeEditor displays just the date. What setting do I change to display/set the time in addition to the date?

like image 987
Jeff Avatar asked Feb 12 '09 18:02

Jeff


1 Answers

The MaskInput Property should have a value like {LOC}mm/dd/yyyy hh:mm tt.

Documentation links:

like image 193
VBNight Avatar answered Oct 03 '22 10:10

VBNight