[]
Perform spin up by the given TimeSpan.
public void DoSpinUp(TimeSpan increment)
Public Sub DoSpinUp(increment As TimeSpan)
Type | Name | Description |
---|---|---|
TimeSpan | increment | The increment. |
This method increases the value of GcDateTime by a given TimeSpan value. The spin result is limited by the MaxDate and MinDate. If the SpinAllowWrap is true, it can spin circularly.