14.9.5.4 operator + (OracleTimeStampLTZ, TimeSpan)
This static operator adds the supplied TimeSpan to the supplied OracleTimeStampLTZ and returns a new OracleTimeStampLTZ structure.
                  
Declaration
// C# public static operator +(OracleTimeStampLTZ value1, TimeSpan value2);
Parameters
- 
                        
value1An
OracleTimeStampLTZ. - 
                        
value2A
TimeSpan. 
Return Value
An OracleTimeStampLTZ.
Remarks
If the OracleTimeStampLTZ instance has a null value, the returned OracleTimeStampLTZ has a null value.