TotalYears
This property returns the total number, in years, that represents the period of time in the current OracleIntervalYM structure.
Declaration
// C#
public double TotalYears {get;}Property Value
A double representing the total number of years.
Exceptions
OracleNullValueException - The current instance has a null value.