Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / TwoDigitYearMax Property


In This Topic
TwoDigitYearMax Property (RegionalSettings)
In This Topic
Gets or sets the year value used to calculate the century for two-digit year values.
Syntax
'Declaration
 
Public Property TwoDigitYearMax As Integer
 
'Usage
 
Dim instance As RegionalSettings
Dim value As Integer
 
instance.TwoDigitYearMax = value
 
value = instance.TwoDigitYearMax
See Also