ComponentOne Input for WinForms
SpinDown(TimeSpan) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1DateEdit Class > SpinDown Method : SpinDown(TimeSpan) Method
The System.TimeSpan value that indicates the decrement when spin down.
Performs spin down.
Syntax
'Declaration
 
Public Overloads Sub SpinDown( _
   ByVal decrement As System.TimeSpan _
) 
public void SpinDown( 
   System.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

Reference

C1DateEdit Class
C1DateEdit Members
Overload List
SpinUp(TimeSpan) Method