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


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

    Parameters

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