Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Construct a date-time value.

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

Syntax

C#
public RawDateTime(
	DateTime date,
	RawTime time
)

Parameters

date
Type: System..::.DateTime
The date portion of the raw date-time value.
time
Type: Tangosol.IO.Pof..::.RawTime
The time portion of the raw date-time value.

See Also