Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / DoSpinDown Method / DoSpinDown(TimeSpan) Method
The increment.


In This Topic
    DoSpinDown(TimeSpan) Method
    In This Topic
    Perform spin down by the given System.TimeSpan.
    Syntax
    'Declaration
     
    Public Overloads Sub DoSpinDown( _
       ByVal increment As TimeSpan _
    ) 
    'Usage
     
    Dim instance As GcDateTime
    Dim increment As TimeSpan
     
    instance.DoSpinDown(increment)
    public void DoSpinDown( 
       TimeSpan increment
    )

    Parameters

    increment
    The increment.
    Remarks
    This method decreases the value of GcDateTime by a given System.TimeSpan value. The spin result is limited by the MaxDate and MinDate. If the FieldsEditorControl.SpinAllowWrap is true, it can spin circularly.
    See Also