[]
        
(Showing Draft Content)

C1.Win.C1Input.C1DateEdit.SpinUp

SpinUp Method

SpinUp()

Performs spin up.

Declaration
public override void SpinUp()
Overrides
Remarks

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

See Also

SpinUp(TimeSpan)

Performs spin up.

Declaration
public void SpinUp(TimeSpan increment)
Parameters
Type Name Description
TimeSpan increment

The TimeSpan value that indicates the increment when spin up.

Remarks

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

See Also