[]
        
(Showing Draft Content)

C1.Win.Calendar.C1DateEdit.SpinDown

SpinDown Method

SpinDown()

Performs spin down.

Declaration
public virtual void SpinDown()
Public Overridable Sub SpinDown()
Remarks

This method has the same behavior with the Down key pressed when day field selected and decrements value by one day.

See Also

SpinDown(TimeSpan)

Performs spin down.

Declaration
public void SpinDown(TimeSpan decrement)
Public Sub SpinDown(decrement As TimeSpan)
Parameters
Type Name Description
TimeSpan decrement

The TimeSpan value that indicates the decrement when spin down.

Remarks

This method has the same behavior with the Down key pressed.

See Also