Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / SwitchSign Method


In This Topic
    SwitchSign Method (GcTimeSpan)
    In This Topic
    Switches the sign of value.
    Syntax
    'Declaration
     
    
    Public Sub SwitchSign() 
    'Usage
     
    
    Dim instance As GcTimeSpan
     
    instance.SwitchSign()
    public void SwitchSign()
    Remarks
    This method mainly used by GcShortcut's behaviors.
    See Also