ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DateEdit Class / SpinUp Method / SpinUp(TimeSpan) Method
The System.TimeSpan value that indicates the increment when spin up.

In This Topic
    SpinUp(TimeSpan) Method
    In This Topic
    Performs spin up.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SpinUp( _
       ByVal increment As TimeSpan _
    ) 
    public void SpinUp( 
       TimeSpan increment
    )

    Parameters

    increment
    The System.TimeSpan value that indicates the increment when spin up.
    Remarks
    This method has the same behavior with the Up key pressed.
    See Also