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


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

    Parameters

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