[]
Performs spin down.
public virtual void SpinDown()
Public Overridable Sub 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)
Public Sub SpinDown(decrement As TimeSpan)
| 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.