dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure
Fields Properties Methods

In This Topic
    OracleDate Structure Members
    In This Topic

    The following tables list the members exposed by OracleDate.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleDate structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date value for an OracleDate structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date value for an OracleDate structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of an OracleDate structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets an array of bytes that represents an Oracle DATE data type in Oracle internal format.  
    Public PropertyGets the value of the OracleDate structure as a day.  
    Public PropertyGets the value of the OracleDate structure as an hour.  
    Public PropertyGets a value indicating whether the Value property of the OracleDate is Null.  
    Public PropertyIndicates whether this OracleDate can be correctly converted to System.DateTime and whether Value can be accessed without an exception.  
    Public PropertyGets the value of the OracleDate structure as a minute.  
    Public PropertyGets the value of the OracleDate structure as a month.  
    Public PropertyGets the value of the OracleDate structure as a second.  
    Public PropertyGets the value of the OracleDate structure.  
    Public PropertyGets the value of the OracleDate structure as a year.  
    Top
    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
    Public Operators
    Determines whether two OracleDate values are the same.
    Overloaded. Converts an OracleDate structure to a System.DateTime structure.
    Compares two OracleDate structures to determine if the first is greater than the second.
    Compares two OracleDate structures to determine if the first is greater than or equal to the second.
    Determines whether two OracleDate values are not equal.
    Compares two OracleDate structures to determine if the first is less than the second.
    Compares two OracleDate structures to determine if the first is less than or equal to the second.
    Top
    See Also