[]
Performs spin up.
public override void SpinUp()
Public Overrides Sub SpinUp()
This method has the same behavior with the Up key pressed when day field selected and increments value by one day.
Performs spin up.
public void SpinUp(TimeSpan increment)
Public Sub SpinUp(increment As TimeSpan)
| Type | Name | Description |
|---|---|---|
| TimeSpan | increment | The TimeSpan value that indicates the increment when spin up. |
This method has the same behavior with the Up key pressed.