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

In This Topic
    Increment Property (C1TimeEditor)
    In This Topic
    Gets or sets the increment applied when the user pressed the up/down arrow keys.
    Syntax
    'Declaration
     
    
    Public Property Increment As TimeSpan
    public TimeSpan Increment {get; set;}
    See Also