Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / TimeSpanLiteralFieldInfo Class / TimeSpanLiteralFieldInfo Constructor / TimeSpanLiteralFieldInfo Constructor(String)
A System.String value indicates the literal text.


In This Topic
    TimeSpanLiteralFieldInfo Constructor(String)
    In This Topic
    Initializes a new instance of the TimeSpanLiteralFieldInfo class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal literalText As String _
    )
    'Usage
     
    
    Dim literalText As String
     
    Dim instance As New TimeSpanLiteralFieldInfo(literalText)
    public TimeSpanLiteralFieldInfo( 
       string literalText
    )

    Parameters

    literalText
    A System.String value indicates the literal text.
    See Also