ComponentOne DateTimeEditors for WPF and Silverlight
Spin Interval
C1TimeEditor Control Help > Working with C1TimeEditor > Spin Interval

There are two ways that users can increase or decrease values using the spin button: they can either repeatedly click one of the buttons to increase or decrease the time at their own pace, or they can hold down the decrease time button or increase time button while time increases or decreases at the speed of program-specified intervals. You can specify the interval by setting the C1TimeEditor.Interval property.

By default, the Interval property is set to 33 milliseconds, which allows users to scroll through time values at faster rates. You can slow that scrolling time down by specifying a higher number, such as 500 milliseconds (one-half of a second), or speed it up by specifying a lower number, such as 10 milliseconds (one-hundredth of a second). You cannot set the Interval to "0".