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

The RawTime type exposes the following members.

Constructors

  NameDescription
Public methodRawTime(Int32, Int32, Int32, Int32, Boolean)
Constructs a raw POF time value.
Public methodRawTime(Int32, Int32, Int32, Int32, Int32, Int32)
Construct a raw POF time value with a timezone.

Methods

  NameDescription
Public methodEquals
Compare this object with another for equality.
(Overrides Object..::..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 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 propertyHasTimezone
Determine if the time value has an explicit timezone.
Public propertyHour
Determine the time's hour value.
Public propertyHourOffset
Determine the timezone's hour offset value.
Public propertyIsUtc
Determine if the time value uses UTC.
Public propertyMinute
Determine the time's minute value.
Public propertyMinuteOffset
Determine the timezone's minute offset value.
Public propertyNanosecond
Determine the time's nanosecond value.
Public propertySecond
Determine the time's second value.

See Also