ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _DateUtility Class / _addYears Method

In This Topic
    _addYears Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _addYears( _
       ByVal value As Date, _
       ByVal years As Integer _
    ) As Date
    public static Date _addYears( 
       Date value,
       int years
    )

    Parameters

    value
    years
    See Also