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

In This Topic
    GetDaysBetween Method (OracleDate)
    In This Topic
    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
    public int GetDaysBetween( 
       OracleDate val
    )

    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