ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1DateEdit Class / SpinDown Method / SpinDown(TimeSpan) Method
The System.TimeSpan value that indicates the decrement when spin down.

In This Topic
    SpinDown(TimeSpan) Method
    In This Topic
    Performs spin down.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SpinDown( _
       ByVal decrement As TimeSpan _
    ) 
    public void SpinDown( 
       TimeSpan decrement
    )

    Parameters

    decrement
    The System.TimeSpan value that indicates the decrement when spin down.
    Remarks
    This method has the same behavior with the Down key pressed.
    See Also