Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The RawTime type exposes the following members.

Properties

  NameDescription
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.

See Also