System.JSON.Readers.TJsonReader.ReadAsDateTimeInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadAsDateTimeInternal: TDateTime;

C++

System::TDateTime __fastcall ReadAsDateTimeInternal(void);

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Provides the implementation for ReadAsDateTime.

ReadAsDateTimeInternal provides the implementation for the ReadAsDateTime function to read a JSON token as a DateTime value.

ReadAsDateTimeInternal returns a TDateTime value.

See Also