Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateSystemFormatDisplayFieldInfo Class / DateSystemFormatDisplayFieldInfo Constructor / DateSystemFormatDisplayFieldInfo Constructor(String)
A System.String value that indicates the pattern of the field.


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

    Parameters

    pattern
    A System.String value that indicates the pattern of the field.
    See Also