Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanEditingControl Class / SetZero Method


In This Topic
    SetZero Method (GcTimeSpanEditingControl)
    In This Topic
    Reset the value to System.TimeSpan.Zero.
    Syntax
    'Declaration
     
    
    Public Sub SetZero() 
    'Usage
     
    
    Dim instance As GcTimeSpanEditingControl
     
    instance.SetZero()
    public void SetZero()
    Remarks
    This method mainly used for the GcShortcut.
    See Also