System.JSON.Readers.TJsonReader.ReadAsDateTimeInternal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadAsDateTimeInternal: TDateTime;

C++

System::TDateTime __fastcall ReadAsDateTimeInternal();

Propriétés

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


Description

Fournit l'implémentation pour ReadAsDateTime.

ReadAsDateTimeInternal fournit l'implémentation pour la fonction ReadAsDateTime afin de lire un token JSON comme une valeur DateTime.

ReadAsDateTimeInternal renvoie une valeur TDateTime.

Voir aussi