[]
Perform spin down by the given TimeSpan.
public void DoSpinDown(TimeSpan increment)
Public Sub DoSpinDown(increment As TimeSpan)
Type | Name | Description |
---|---|---|
TimeSpan | increment | The increment. |
This method decreases 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.