Click or drag to resize

RawDateTimeToDateTime Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Converts this instance into a DateTime representation, ignoring any time zone information if present.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public DateTime ToDateTime()

Return Value

Type: DateTime
A DateTime object based on this instance.
See Also