System.JSON.Readers.TJsonReader.ReadAsDateTimeInternal
Delphi
function ReadAsDateTimeInternal: TDateTime;
C++
System::TDateTime __fastcall ReadAsDateTimeInternal();
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.