ComponentOne DateTimeEditors for UWP
C1TimeEditor Help / Working with C1TimeEditor / Spin Interval
In This Topic
    Spin Interval
    In This Topic

    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 C1TimeEditor.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).

    Note: You cannot set the C1TimeEditor.Interval to "0".
    See Also