OracleMonthSpan Methods
.NET Framework 1.1
The methods of the OracleMonthSpan structure are listed here. For a complete list of OracleMonthSpan structure members, see the OracleMonthSpan Members topic.
Public Methods
CompareTo | Compares this OracleMonthSpan 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 OracleMonthSpan object. |
GetHashCode | Overridden. Gets the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
![]() 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 | Overridden. Converts this OracleMonthSpan structure to a String. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
OracleMonthSpan Structure | System.Data.OracleClient Namespace
