Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime 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 GcDateTime
Dim increment As TimeSpan
 
instance.DoSpinDown(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