OracleTimeSpan Operators and Type Conversions
.NET Framework 4.5
The OracleTimeSpan type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equality | Performs a logical comparison of two OracleTimeSpan structures to determine whether they are equal. |
|
Explicit(OracleTimeSpan to TimeSpan) | Converts an OracleTimeSpan structure to a TimeSpan structure. |
|
Explicit(String to OracleTimeSpan) | Converts a string to an OracleTimeSpan structure. |
|
GreaterThan | Compares two instances of OracleTimeSpan to determine whether the first is greater than the second. |
|
GreaterThanOrEqual | Compares two instances of OracleTimeSpan to determine whether the first is greater than or equal to the second. |
|
Inequality | Performs a logical comparison of two instances of OracleTimeSpan to determine whether they are equal. |
|
LessThan | Compares two instances of OracleTimeSpan to determine whether the first is less than the second. |
|
LessThanOrEqual | Compares two instances of OracleTimeSpan to determine whether the first is less than or equal to the second. |