dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalDS Structure

In This Topic
OracleIntervalDS Structure Methods
In This Topic

For a list of all members of this type, see OracleIntervalDS members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds two time intervals.  
Public MethodCompares the current OracleIntervalDS object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Divides an OracleIntervalDS value by a number.  
Public MethodOverloaded. Compares two OracleIntervalDS structures to determine if they are equal.  
Public MethodGets a hash code for the OracleIntervalDS instance.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalDS values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalDS values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalDS values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalDS values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Multiplies an OracleIntervalDS value by a number.  
Public Methodstatic (Shared in Visual Basic)Determines whether two OracleIntervalDS values are not equal.  
Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a date and time to its OracleIntervalDS equivalent.  
Public Methodstatic (Shared in Visual Basic)Subtracts one OracleIntervalDS structure from another.  
Public MethodConverts the specified OracleIntervalDS structure to a System.String.  
Public Methodstatic (Shared in Visual Basic)Converts the string representation of an interval in days, hours, minits, seconds, and fractional seconds to OracleIntervalDS.  
Top
See Also