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

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

    Parameters

    value
    minutes
    See Also