C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input 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 _
) 
 

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