14.8.8.12 GetDaysBetween
This method subtracts an OracleTimeStamp value from the current instance and returns an OracleIntervalDS that represents the time difference between the supplied OracleTimeStamp structure and the current instance.
                  
Declaration
// C#
public OracleIntervalDS GetDaysBetween(OracleTimeStamp value1);Parameters
- 
                        value1The OracleTimeStampvalue being subtracted.
Return Value
An OracleIntervalDS that represents the interval between two OracleTimeStamp values.
                  
Remarks
If either the current instance or the parameter has a null value, the returned OracleIntervalDS has a null value.