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

OracleIntervalYM Structure Members

The following tables list the members exposed by OracleIntervalYM.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the OracleIntervalYM structure.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date value for an OracleIntervalYM structure.  
Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date value for an OracleIntervalYM structure.  
Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of an OracleIntervalYM structure.  
Public Fieldstatic (Shared in Visual Basic)Represents a zero value for an OracleIntervalYM structure.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the Value property of the OracleIntervalYM is Null.  
Public PropertyGets the months component of the OracleIntervalYM.  
Public PropertyGets the total number, in years, that represents the period of time in the current OracleIntervalYM structure.  
Public PropertyGets the value of the OracleIntervalYM structure.  
Public PropertyGets the years component of the OracleIntervalYM.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds two time intervals.  
Public MethodCompares the current OracleIntervalYM object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Divides an OracleIntervalYM value by a number.  
Public MethodOverloaded. Compares two OracleIntervalYM structures to determine if they are equal.  
Public MethodGets a hash code for the OracleIntervalYM instance.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalYM values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalYM values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalYM values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleIntervalYM values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Multiplies an OracleIntervalYM value by a number.  
Public Methodstatic (Shared in Visual Basic)Determines whether two OracleIntervalYM values are not equal.  
Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a date to its OracleIntervalYM equivalent.  
Public Methodstatic (Shared in Visual Basic)Subtracts one OracleIntervalYM structure from another.  
Public MethodConverts the current OracleIntervalYM 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 OracleIntervalYM values.
Divides an OracleIntervalYM value by a number.
Determines whether two OracleIntervalYM values are equal.
Compares two OracleIntervalYM structures to determine if the first is greater than the second.
Compares two OracleIntervalYM structures to determine if the first is greater than or equal to the second.
Determines whether two OracleIntervalYM values are not equal.
Compares two OracleIntervalYM structures to determine if the first is less than the second.
Compares two OracleIntervalYM structures to determine if the first is less than or equal to the second.
Multiplies an OracleIntervalYM value by a number.
Subtracts one OracleIntervalYM structure from another.
Changes sign of an OracleIntervalYM structure.
Top
See Also