AddMilliseconds
This method adds the supplied number of milliseconds to the current instance.
Declaration
// C#
public OracleTimeStampLTZ AddMilliseconds(double milliseconds);Parameters
-
millisecondsThe supplied number of milliseconds. Range is (-8.64 * 1016<
milliseconds< 8.64 * 1016).
Return Value
An OracleTimeStampLTZ.
Exceptions
OracleNullValueException - The current instance has a null value.
ArgumentOutofRangeException - The argument value is out of the specified range.