[]
        
(Showing Draft Content)

C1.Win.C1Input.C1DateEdit.SpinDown

SpinDown Method

SpinDown()

Performs spin down.

Declaration
public override void SpinDown()
Overrides
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)
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