RawDateTime Class |
Namespace: Tangosol.IO.Pof
public class RawDateTime
The RawDateTime type exposes the following members.
| Name | Description | |
|---|---|---|
| RawDateTime |
Construct a date-time value.
|
| Name | Description | |
|---|---|---|
| Date |
The date portion of the raw date-time value.
| |
| Time |
The time portion of the raw date-time value.
|
| Name | Description | |
|---|---|---|
| Equals |
Compare this object with another for equality.
(Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Obtain the hashcode for this object.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToDateTime |
Converts this instance into a DateTime representation,
ignoring any time zone information if present.
| |
| ToLocalTime |
Converts this instance into a local DateTime
representation.
| |
| ToString |
Format this object's data as a human-readable string.
(Overrides ObjectToString.) | |
| ToUniversalTime |
Converts this instance into a Coordinated Universal Time (UTC)
DateTime representation.
|