Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateYearFieldInfo Class / TwoDigitYearMax Property


In This Topic
    TwoDigitYearMax Property (DateYearFieldInfo)
    In This Topic
    Gets or sets the maximum year for the two digit mode.
    Syntax
    'Declaration
     
    
    Public Property TwoDigitYearMax As Integer
    'Usage
     
    
    Dim instance As DateYearFieldInfo
    Dim value As Integer
     
    instance.TwoDigitYearMax = value
     
    value = instance.TwoDigitYearMax
    public int TwoDigitYearMax {get; set;}

    Property Value

    An integer value that indicates the last year of a 100-year range that can be represented by a 2-digit year.
    See Also