System.JSON.Writers.TJsonObjectWriter.DateFormatHandling
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.