Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The RawTime type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RawTime | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Compare this object with another for equality.
(Overrides | |
Allows an (Inherited from | ||
| GetHashCode |
Obtain the hashcode for this object.
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| 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 | |
| ToUniversalTime |
Converts this instance into a Coordinated Universal Time (UTC)
DateTime representation.
|
Properties
| Name | Description | |
|---|---|---|
| HasTimezone |
Determine if the time value has an explicit timezone.
| |
| Hour |
Determine the time's hour value.
| |
| HourOffset |
Determine the timezone's hour offset value.
| |
| IsUtc |
Determine if the time value uses UTC.
| |
| Minute |
Determine the time's minute value.
| |
| MinuteOffset |
Determine the timezone's minute offset value.
| |
| Nanosecond |
Determine the time's nanosecond value.
| |
| Second |
Determine the time's second value.
|