Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01

The RawDateTime type exposes the following members.

Constructors

  NameDescription
Public methodRawDateTime
Construct a date-time value.

Methods

  NameDescription
Public methodEquals
Compare this object with another for equality.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Obtain the hashcode for this object.
(Overrides Object..::..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 methodToDateTime
Converts this instance into a DateTime representation, ignoring any time zone information if present.
Public methodToLocalTime
Converts this instance into a local DateTime representation.
Public methodToString
Format this object's data as a human-readable string.
(Overrides Object..::..ToString()()()().)
Public methodToUniversalTime
Converts this instance into a Coordinated Universal Time (UTC) DateTime representation.

Properties

  NameDescription
Public propertyDate
The date portion of the raw date-time value.
Public propertyTime
The time portion of the raw date-time value.

See Also