.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Construct a date-time value.
            
 
    Namespace: 
   Tangosol.IO.Pof
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic RawDateTime(
	DateTime date,
	RawTime time
)
Parameters
- date
 - Type: SystemDateTime
            The date portion of the raw date-time value.
             - time
 - Type: Tangosol.IO.PofRawTime
            The time portion of the raw date-time value.
             
See Also