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