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


In This Topic
CurrentYear Property (RegionalSettings)
In This Topic
Gets or sets the current year if the year is not specified in a date value.
Syntax
'Declaration
 
Public Property CurrentYear As Integer
 
'Usage
 
Dim instance As RegionalSettings
Dim value As Integer
 
instance.CurrentYear = value
 
value = instance.CurrentYear
See Also