Hello!
I am currently using the XamDateTimeInput, but i cant figure out how to only display time.
regards
Hello,
Here is a link with all mask that can be used for XamInput controls. You can display only time, by using this mask: "hh:mm[:ss]". The "ss" part is optional for displaying the seconds section.
If you have any other question(s), please feel free to ask.
Regards,
Anastas
Yes i know about the mask, but is there a picker, similar to the calendar just with time?
No, we don't have such a picker. If I understand you correctly you want a dropDown, where you can choose the time, hour and seconds, right?
I forgot to mention, that you can also use the xamDateTime[Range]Slider.
The up/down can be achieved by using the xamDateTimeInput with enabled spin buttons, and disabled dropDown - SpinButtonDisplayMode="Always", AllowDropDown="False" and the time mask="hh:mm:ss".
Also there is a TimePicker control in SL Toolkit.
Ok, yeah was thinking about some sort of slider or up/down arrrows etc