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

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

    Parameters

    value
    months
    See Also