System.JSON.Writers.TJsonObjectWriter.DateFormatHandling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DateFormatHandling: TJsonDateFormatHandling read FDateFormatHandling write FDateFormatHandling;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonObjectWriter

Description

Indicates how TDateTime should be handled when it is written.

See Also