OracleMonthSpan Methods
.NET Framework 4.5
The OracleMonthSpan type exposes the following members.
| Name | Description | |
|---|---|---|
|
CompareTo | Compares this OracleMonthSpan structure to the supplied object and returns an indication of their relative values. |
|
Equals(Object) | Compares the supplied object parameter to the Value property of the OracleMonthSpan object. (Overrides ValueType.Equals(Object).) |
|
Equals(OracleMonthSpan, OracleMonthSpan) | Performs a logical comparison of two OracleMonthSpan structures to determine if they are equal. |
|
GetHashCode | Gets the hash code for this instance. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GreaterThan | Compares two instances of OracleMonthSpan to determine if the first is greater than the second. |
|
GreaterThanOrEqual | Compares two instances of OracleMonthSpan to determine if the first is greater than or equal to the second. |
|
LessThan | Compares two instances of OracleMonthSpan to determine if the first is less than the second. |
|
LessThanOrEqual | Compares two instances of OracleMonthSpan to determine if the first is less than or equal to the second. |
|
NotEquals | Performs a logical comparison of two instances of OracleMonthSpan to determine if they are not equal. |
|
Parse | Converts the specified String representation of a date and time to its OracleMonthSpan equivalent. |
|
ToString | Converts this OracleMonthSpan structure to a String. (Overrides ValueType.ToString().) |