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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also