14.8.8.13 GetYearsBetween
This method subtracts an OracleTimeStamp value from the current instance and returns an OracleIntervalYM that represents the time difference between the OracleTimeStamp value and the current instance.
                  
Declaration
// C#
public OracleIntervalYM GetYearsBetween(OracleTimeStamp value1);Parameters
- 
                        value1The OracleTimeStampvalue being subtracted.
Return Value
An OracleIntervalYM that represents the interval between two OracleTimeStamp values.
                  
Remarks
If either the current instance or the parameter has a null value, the returned OracleIntervalYM has a null value.