Spread WinForms 15
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)

Parameters

container
The container.
See Also