System.JSON.Writers.TJsonObjectWriter.DateFormatHandling

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DateFormatHandling: TJsonDateFormatHandling read FDateFormatHandling write FDateFormatHandling;

C++

__property System::Json::Types::TJsonDateFormatHandling DateFormatHandling = {read=FDateFormatHandling, write=FDateFormatHandling, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonObjectWriter


Beschreibung

Gibt an, wie TDateTime beim Schreiben behandelt werden soll.

Siehe auch