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
 

Parameters

value1
The OracleTimeStamp.
value2
The specified System.TimeSpan.

Return Value

A new OracleTimeStamp structure.
See Also