Spread Windows Forms 15.0
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
    public int CurrentYear {get; set;}
    See Also