Click or drag to resize

RawDateTime Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An immutable POF date-time value.
Inheritance Hierarchy
SystemObject
  Tangosol.IO.PofRawDateTime

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class RawDateTime

The RawDateTime type exposes the following members.

Constructors
  NameDescription
Public methodRawDateTime
Construct a date-time value.
Top
Properties
  NameDescription
Public propertyDate
The date portion of the raw date-time value.
Public propertyTime
The time portion of the raw date-time value.
Top
Methods
  NameDescription
Public methodEquals
Compare this object with another for equality.
(Overrides ObjectEquals(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 ObjectGetHashCode.)
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 ObjectToString.)
Public methodToUniversalTime
Converts this instance into a Coordinated Universal Time (UTC) DateTime representation.
Top
See Also