Is there a way to use a ultraDateTimeEditor control to allow the user to select a time of day? The date is unimportant, I need to force valid time selection.
Thanks!
I found the answer. Disable dropdown and enable spin buttons, Then set the mask of the editor to time.
Thanks for posting your solution here. Just to clarify for other people trying to find this solution, you can enable/disable the dropdown and spin buttons via the DropdownButtonDisplayStyle and SpinButtonDisplayStyle properties, respectively.