Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeEditingControl Class / DoSpinDown Method / DoSpinDown(TimeSpan) Method
The System.TimeSpan value that indicates the increment.


In This Topic
    DoSpinDown(TimeSpan) Method
    In This Topic
    Performs the down spin action.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DoSpinDown( _
       ByVal increment As TimeSpan _
    ) 
    'Usage
     
    
    Dim instance As GcDateTimeEditingControl
    Dim increment As TimeSpan
     
    instance.DoSpinDown(increment)
    public void DoSpinDown( 
       TimeSpan increment
    )

    Parameters

    increment
    The System.TimeSpan value that indicates the increment.
    Remarks
    This method has the same behavior as pressing the Down key.
    See Also