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

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

    Parameters

    value
    hours
    See Also