Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The RawYearMonthInterval type exposes the following members.

Constructors

  NameDescription
Public methodRawYearMonthInterval
Constructs a year-month interval value.

Methods

  NameDescription
Public methodEquals
Compare this object with another for equality.
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Obtain the hashcode for this object.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Format this object's data as a human-readable string.
(Overrides ValueType..::..ToString()()()().)

Properties

  NameDescription
Public propertyMonths
Gets the number of months in the year-month interval.
Public propertyYears
Gets the number of years in the year-month interval.

See Also