14.9.8.5 AddMonths
This method adds the supplied number of months to the current instance.
Declaration
// C#
public OracleTimeStampLTZ AddMonths(long months);Parameters
- 
                        monthsThe supplied number of months. Range is (-12,000,000,000 < months< 12,000,000,000).
Return Value
An OracleTimeStampLTZ.
                  
Exceptions
OracleNullValueException - The current instance has a null value.
                  
ArgumentOutofRangeException - The argument value is out of the specified range.