RawTime Constructor (Int32, Int32, Int32, Int32, Boolean) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Constructs a raw POF time value.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic RawTime(
int hour,
int minute,
int second,
int nanosecond,
bool isUTC
)
Parameters
- hour
- Type: SystemInt32
The hours (0 through 23).
- minute
- Type: SystemInt32
The minutes (0 through 59).
- second
- Type: SystemInt32
The seconds (0 through 59).
- nanosecond
- Type: SystemInt32
The nanoseconds (0 through 999999999).
- isUTC
- Type: SystemBoolean
true if the time value is UTC or false if the time
value does not have an explicit time zone.
See Also