dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / AddHours Method
The specified number of hours.

In This Topic
    AddHours Method
    In This Topic
    Adds the specified number of hours to the current OracleTimeStamp instance.
    Syntax
    'Declaration
     
    Public Function AddHours( _
       ByVal hours As Double _
    ) As OracleTimeStamp
    public OracleTimeStamp AddHours( 
       double hours
    )

    Parameters

    hours
    The specified number of hours.

    Return Value

    See Also