14.10.8.7 AddSeconds
This method adds the supplied number of seconds to the current instance.
Declaration
// C#
public OracleTimeStampTZ AddSeconds(double seconds);Parameters
- 
                        secondsThe supplied number of seconds. Range is (-8.64 * 1013< seconds< 8.64 * 1013).
Return Value
An OracleTimeStampTZ.
                  
Exceptions
OracleNullValueException - The current instance has a null value.
                  
ArgumentOutofRangeException - The argument value is out of the specified range.