Recently we added the Time Selector control to DotNetBar for WinForms which allows you to select time using mouse or touch. Here is screen-shot of that:
Now we have added new Time Selector style so it visually fits the Month Calendar. You can select this new style by using SelectorType property.
Here is screen-shot of new style:
New time selector style also supports 24-hour format automatically based on current system settings so time selector in that case looks like this:
You can select time format explicitly using the TimeFormat property.
Now notice how new style fits with the Month Calendar once it is automatically used when time input is required in our DateTimeInput control:
DotNetBar available right now includes this new Time Selector style.
Thank you for using our controls!