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

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