Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / GcTimeSpan Constructor / GcTimeSpan Constructor(IContainer)
The container.


In This Topic
    GcTimeSpan Constructor(IContainer)
    In This Topic
    Initializes a new instance of the GcTimeSpan class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As IContainer _
    )
    'Usage
     
    
    Dim container As IContainer
     
    Dim instance As New GcTimeSpan(container)
    public GcTimeSpan( 
       IContainer container
    )

    Parameters

    container
    The container.
    See Also