OracleTimeSpan Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CompareTo | Compares this OracleTimeSpan structure to the supplied object and returns an indication of their relative values. |
| Equals | Overloaded. Overridden. Compares the supplied object parameter to the Value property of the OracleTimeSpan object. |
| GetHashCode | Overridden. Gets the hash code for this instance. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| 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. |
| 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. |
| NotEquals | Performs a logical comparison of two instances of OracleTimeSpan to determine whether they are not equal. |
| op_Equality | Performs a logical comparison of two OracleTimeSpan structures to determine whether they are equal. |
| op_Explicit | Overloaded. Used for explicit OracleTimeSpan conversion. |
| op_GreaterThan | Compares two instances of OracleTimeSpan to determine whether the first is greater than the second. |
| op_GreaterThanOrEqual | Compares two instances of OracleTimeSpan to determine whether the first is greater than or equal to the second. |
| op_Inequality | Performs a logical comparison of two instances of OracleTimeSpan to determine whether they are equal. |
| op_LessThan | Compares two instances of OracleTimeSpan to determine whether the first is less than the second. |
| op_LessThanOrEqual | Compares two instances of OracleTimeSpan to determine whether the first is less than or equal to the second. |
| Parse | Converts the specified String representation of a date and time to its OracleTimeSpan equivalent. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Converts this OracleTimeSpan structure to a String. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |