[]
Performs spin down.
public override void SpinDown()
This method has the same behavior with the Down key pressed when day field selected and decrements value by one day.
Performs spin down.
public void SpinDown(TimeSpan decrement)
Type | Name | Description |
---|---|---|
TimeSpan | decrement | The TimeSpan value that indicates the decrement when spin down. |
This method has the same behavior with the Down key pressed.