dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / GetYearsBetween Method
The OracleTimeStamp value being subtracted.

In This Topic
GetYearsBetween Method
In This Topic
Subtracts the specified OracleTimeStamp value from the current instance and returns an OracleIntervalYM that represents the time difference between the specified OracleTimeStamp structure and the current instance.
Syntax
'Declaration
 
Public Function GetYearsBetween( _
   ByVal value As OracleTimeStamp _
) As OracleIntervalYM
 

Parameters

value
The OracleTimeStamp value being subtracted.

Return Value

An OracleIntervalYM representing the interval between two OracleTimeStamp values.
See Also