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

In This Topic
OracleDate Structure Methods
In This Topic

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

Public Methods
 NameDescription
Public MethodCompares the current OracleDate object to the specified object and returns an integer that represents their relative values.  
Public MethodOverloaded. Compares two OracleDate structures to determine if they are equal.  
Public MethodCalculates the number of days between the current OracleDate instance and the specified OracleDate structure.  
Public MethodGets a hash code for the OracleDate instance.  
Public Methodstatic (Shared in Visual Basic)Gets an OracleDate structure that represents the current date and time.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleDate values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleDate values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleDate values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleDate values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether two OracleDate values are not equal.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified System.String representation of a date and time to its OracleDate equivalent.  
Public MethodConverts the current OracleDate structure to an Oracle TIMESTAMP.  
Public MethodOverloaded. Converts the specified OracleDate structure to a System.String.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the string representation of a date to OracleDate.  
Top
See Also