AddMonths
This method adds the supplied number of months to the current instance.
Declaration
// C#
public OracleTimeStamp AddMonths(long months);Parameters
-
monthsThe supplied number of months. Range is (-12,000,000,000 <
months< 12,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.