AddDays
This method adds the supplied number of days to the current instance.
Declaration
// C#
public OracleTimeStamp AddDays(double days);Parameters
-
daysThe supplied number of days. Range is (-1,000,000,000 <
days< 1,000,000,000)
Return Value
An OracleTimeStamp.
Exceptions
ArgumentOutofRangeException - The argument value is out of the specified range.
OracleNullValueException - The current instance has a null value.