TwoDigitYearMax Property (DateYearFieldInfo)
Gets or sets the maximum year for the two digit mode.
public int TwoDigitYearMax {get; set;}
'Declaration
Public Property TwoDigitYearMax As Integer
'Usage
Dim instance As DateYearFieldInfo
Dim value As Integer
instance.TwoDigitYearMax = value
value = instance.TwoDigitYearMax
Property Value
An integer value that indicates the last year of a 100-year range that can be represented by a 2-digit year.