ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1TimeEditor Class / Interval Property

In This Topic
    Interval Property (C1TimeEditor)
    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 Integer
    public int Interval {get; set;}
    See Also