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

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

Parameters

value
The OracleTimeStamp value being subtracted.

Return Value

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