14.6.2.1 OracleIntervalYM(long)
This method creates a new instance of the OracleIntervalYM structure using the supplied total number of months for a period of time. 
                  
Declaration
// C#
public OracleIntervalYM (long totalMonths); Parameters
- 
                        totalMonthsThe number of total months for a time interval. Range is -12,000,000,000 < totalMonths< 12,000,000,000.
Exceptions
ArgumentOutOfRangeException - The totalMonths parameter is out of the specified range.