Months
This property gets the months component of an OracleIntervalYM.
Declaration
// C#
public int Months {get;}Property Value
An int representing the months component.
Exceptions
OracleNullValueException - The current instance has a null value.