Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateYearField Class / DateYearField Constructor / DateYearField Constructor(YearDigitType)
The GrapeCity.Win.Spread.InputMan.CellType.YearDigitType value indicates the year digit.


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

    Parameters

    yearDigit
    The GrapeCity.Win.Spread.InputMan.CellType.YearDigitType value indicates the year digit.
    See Also