14.3.8.4 GetDaysBetween
This method calculates the number of days between the current OracleDate instance and the supplied OracleDate structure.
                  
Declaration
// C#
public int GetDaysBetween (OracleDate val);Parameters
- 
                        valAn OracleDatestructure.
Return Value
The number of days between the current OracleDate instance and the OracleDate structure.
                  
Exceptions
OracleNullValueException - The current instance or the supplied OracleDate structure has a null value.