ComponentOne Input for WinForms
SpinUp(TimeSpan) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1DateEdit Class > SpinUp Method : SpinUp(TimeSpan) Method
The System.TimeSpan value that indicates the increment when spin up.
Performs spin up.
Syntax
'Declaration
 
Public Overloads Sub SpinUp( _
   ByVal increment As System.TimeSpan _
) 
public void SpinUp( 
   System.TimeSpan increment
)

Parameters

increment
The System.TimeSpan value that indicates the increment when spin up.
Remarks
This method has the same behavior with the Up key pressed.
See Also

Reference

C1DateEdit Class
C1DateEdit Members
Overload List
SpinDown(TimeSpan) Method