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

In This Topic
    OracleIntervalDS Structure Members
    In This Topic

    The following tables list the members exposed by OracleIntervalDS.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleIntervalDS structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date value for an OracleIntervalDS structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date value for an OracleIntervalDS structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of an OracleIntervalDS structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a zero value for an OracleIntervalDS structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the days component of the OracleIntervalDS.  
    Public PropertyGets the hours component of the OracleIntervalDS.  
    Public PropertyGets a value indicating whether the Value property of the OracleIntervalDS is Null.  
    Public PropertyGets the milliseconds component of the OracleIntervalDS.  
    Public PropertyGets the minutes component of the OracleIntervalDS.  
    Public PropertyGets the nanoseconds component of the OracleIntervalDS.  
    Public PropertyGets the seconds component of the OracleIntervalDS.  
    Public PropertyGets the total number, in days, that represent the time period in the OracleIntervalDS structure.  
    Public PropertyGets the value of the OracleIntervalDS structure.  
    Top
    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
    Public Operators
    Adds two OracleIntervalDS values.
    Divides an OracleIntervalDS value by a number.
    Determines whether two OracleIntervalDS values are the same.
    Converts an OracleIntervalDS structure to a System.TimeSpan structure.
    Compares two OracleIntervalDS structures to determine if the first is greater than the second.
    Compares two OracleIntervalDS structures to determine if the first is greater than or equal to the second.
    Converts a System.TimeSpan structure to an OracleIntervalDS structure.
    Determines whether two OracleIntervalDS values are not equal.
    Compares two OracleIntervalDS structures to determine if the first is less than the second.
    Compares two OracleIntervalDS structures to determine if the first is less than or equal to the second.
    Multiplies an OracleIntervalDS value by a number.
    Subtracts one OracleIntervalDS structure from another.
    Changes sign of an OracleIntervalDS structure.
    Top
    See Also