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

Constructs a raw POF time value.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public RawTime(
	int hour,
	int minute,
	int second,
	int nanosecond,
	bool isUTC
)

Parameters

hour
Type: System..::.Int32
The hours (0 through 23).
minute
Type: System..::.Int32
The minutes (0 through 59).
second
Type: System..::.Int32
The seconds (0 through 59).
nanosecond
Type: System..::.Int32
The nanoseconds (0 through 999999999).
isUTC
Type: System..::.Boolean
true if the time value is UTC or false if the time value does not have an explicit time zone.

See Also