[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DoSpinUp

DoSpinUp Method

DoSpinUp(TimeSpan)

Perform spin up by the given TimeSpan.

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

The increment.

Remarks

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.