dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / Addition Operator / Addition(OracleTimeStamp,TimeSpan) Operator
The OracleTimeStamp.
The specified System.TimeSpan.

In This Topic
    Addition(OracleTimeStamp,TimeSpan) Operator
    In This Topic
    Adds the specified System.TimeSpan to the OracleTimeStamp and returns a new OracleTimeStamp structure.
    Syntax
    'Declaration
     
    Overloads Public Operator +( _
       ByVal value1 As OracleTimeStamp, _
       ByVal value2 As TimeSpan _
    ) As OracleTimeStamp
    public OracleTimeStamp operator +( 
       OracleTimeStamp value1,
       TimeSpan value2
    )

    Parameters

    value1
    The OracleTimeStamp.
    value2
    The specified System.TimeSpan.

    Return Value

    A new OracleTimeStamp structure.
    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