Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / DoSpinUp Method / DoSpinUp(TimeSpan) Method
The TimeSpan value that indicates the increment.


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

    Parameters

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