I'm trying to create a picker for a TimeSpan - not a time of day. I've tried using the standard TimePicker control, but can't get it to drop time of day formatting in the picker itself - the output format I can change, but the picker always seems to show AM/PM and start at 12:00 not 0:00
I also tried hacking a control together via three independent Picker controls but that just doesn't feel very right.
Is there a control I'm missing, or may some setting on TimePicker I can't find, to let it choose an amount of time, not a time of day?