[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DoSpinDown

DoSpinDown Method

DoSpinDown(TimeSpan)

Perform spin down by the given TimeSpan.

Declaration
public void DoSpinDown(TimeSpan increment)
Public Sub DoSpinDown(increment As TimeSpan)
Parameters
Type Name Description
TimeSpan increment

The increment.

Remarks

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.