dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure / GetDaysBetween Method
The specified OracleDate structure.

GetDaysBetween Method (OracleDate)
Calculates the number of days between the current OracleDate instance and the specified OracleDate structure.
Syntax
'Declaration
 
Public Function GetDaysBetween( _
   ByVal val As OracleDate _
) As Integer
 

Parameters

val
The specified OracleDate structure.

Return Value

The number of days between the current OracleDate instance and the specified OracleDate structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also