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