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

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

    Parameters

    seconds
    The specified number of seconds.

    Return Value

    See Also