14.9.8.6 AddNanoseconds
This method adds the supplied number of nanoseconds to the current instance.
Declaration
// C#
public OracleTimeStampLTZ AddNanoseconds(long nanoseconds);Parameters
- 
                        
nanosecondsThe supplied number of nanoseconds.
 
Return Value
An OracleTimeStampLTZ.
                  
Exceptions
OracleNullValueException - The current instance has a null value.