| Name | Description | |
|---|---|---|
![]() | OracleIntervalDS Constructor | Overloaded. Initializes a new instance of the OracleIntervalDS structure. |
The following tables list the members exposed by OracleIntervalDS.
| Name | Description | |
|---|---|---|
![]() | OracleIntervalDS Constructor | Overloaded. Initializes a new instance of the OracleIntervalDS structure. |
| Name | Description | |
|---|---|---|
![]() ![]() | MaxValue | Represents the maximum valid date value for an OracleIntervalDS structure. |
![]() ![]() | MinValue | Represents the minimum valid date value for an OracleIntervalDS structure. |
![]() ![]() | Null | Represents a null value that can be assigned to the Value property of an OracleIntervalDS structure. |
![]() ![]() | Zero | Represents a zero value for an OracleIntervalDS structure. |
| Name | Description | |
|---|---|---|
![]() | Days | Gets the days component of the OracleIntervalDS. |
![]() | Hours | Gets the hours component of the OracleIntervalDS. |
![]() | IsNull | Gets a value indicating whether the Value property of the OracleIntervalDS is Null. |
![]() | Milliseconds | Gets the milliseconds component of the OracleIntervalDS. |
![]() | Minutes | Gets the minutes component of the OracleIntervalDS. |
![]() | Nanoseconds | Gets the nanoseconds component of the OracleIntervalDS. |
![]() | Seconds | Gets the seconds component of the OracleIntervalDS. |
![]() | TotalDays | Gets the total number, in days, that represent the time period in the OracleIntervalDS structure. |
![]() | Value | Gets the value of the OracleIntervalDS structure. |
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. Adds two time intervals. |
![]() | CompareTo | Compares the current OracleIntervalDS object to the specified object and returns an integer that represents their relative values. |
![]() ![]() | Divide | Divides an OracleIntervalDS value by a number. |
![]() | Equals | Overloaded. Compares two OracleIntervalDS structures to determine if they are equal. |
![]() | GetHashCode | Gets a hash code for the OracleIntervalDS instance. |
![]() ![]() | GreaterThan | Determines whether the first of two OracleIntervalDS values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two OracleIntervalDS values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two OracleIntervalDS values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two OracleIntervalDS values is less than or equal to the second. |
![]() ![]() | Multiply | Multiplies an OracleIntervalDS value by a number. |
![]() ![]() | NotEquals | Determines whether two OracleIntervalDS values are not equal. |
![]() ![]() | Parse | Converts the specified System.String representation of a date and time to its OracleIntervalDS equivalent. |
![]() ![]() | Subtract | Subtracts one OracleIntervalDS structure from another. |
![]() | ToString | Converts the specified OracleIntervalDS structure to a System.String. |
![]() ![]() | TryParse | Converts the string representation of an interval in days, hours, minits, seconds, and fractional seconds to OracleIntervalDS. |
Addition | Adds two OracleIntervalDS values. |
Division | Divides an OracleIntervalDS value by a number. |
Equality | Determines whether two OracleIntervalDS values are the same. |
Explicit Type Conversion | Converts an OracleIntervalDS structure to a System.TimeSpan structure. |
Greater Than | Compares two OracleIntervalDS structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two OracleIntervalDS structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts a System.TimeSpan structure to an OracleIntervalDS structure. |
Inequality | Determines whether two OracleIntervalDS values are not equal. |
Less Than | Compares two OracleIntervalDS structures to determine if the first is less than the second. |
Less Than or Equal | Compares two OracleIntervalDS structures to determine if the first is less than or equal to the second. |
Multiplication | Multiplies an OracleIntervalDS value by a number. |
Subtraction | Subtracts one OracleIntervalDS structure from another. |
Unary Negation | Changes sign of an OracleIntervalDS structure. |