spinner control for time

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

Does anyone know of a spinner control that works for time ?

So, if we are want 15 min increments :

11:45 12:00 12:15 12:30 12:45 1:00 1:15
 
Yeah, 2 controls that have been botched to look like 1 and just connect
them up using some time function like timecontrol.addminutre(-5) or
timecontrol.addminutes(5)
 
John said:
Does anyone know of a spinner control that works for time ?

So, if we are want 15 min increments :

11:45 12:00 12:15 12:30 12:45 1:00 1:15

You can set a custom format for the DateTimePicker (hh:mm tt becomes
11:45 AM for example) and set ShowUpDown to true.
 
Back
Top