ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / Interval Property

In This Topic
    Interval Property
    In This Topic
    Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts, applied to the Increase and Decrease buttons.
    Syntax
    'Declaration
     
    Public Property Interval As System.Integer
    public System.int Interval {get; set;}
    See Also