Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrentYear Property


In This Topic
    CurrentYear Property (IRegionalSettings)
    In This Topic
    Gets or sets the current year if the year is not specified in a date value.
    Syntax
    'Declaration
     
    
    Property CurrentYear As Integer
    'Usage
     
    
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.CurrentYear = value
     
    value = instance.CurrentYear
    int CurrentYear {get; set;}
    See Also