'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.