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.
    See Also