System.JSON.Readers.TJsonReader.ReadAsDateTimeInternal : Différence entre versions

De RAD Studio API Documentation
Aller à : navigation, rechercher
(Translated using TRADOS. LOC-21501)
 
m (1 version : Translated using TRADOS. LOC-21501)
(Aucune différence)

Version du 4 février 2016 à 16:44

Delphi

function ReadAsDateTimeInternal: TDateTime;

C++

System::TDateTime __fastcall ReadAsDateTimeInternal(void);

Propriétés

Type Visibilité  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