[]
Performs spin up.
public override void 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)
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.