Spread Windows Forms 12.0 Product Documentation
TwoDigitYearMax Property (DateYearFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateYearFieldInfo Class : TwoDigitYearMax Property
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

Reference

DateYearFieldInfo Class
DateYearFieldInfo Members