REST.Json.Types.TParseDate.SetDateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDateTime(const Value: TDateTime; InputIsUTC: Boolean);

C++

void __fastcall SetDateTime(const System::TDateTime Value, bool InputIsUTC);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types TParseDate

Description

Sets the date value to the Parse Date object type format.

The SetDateTime method sets the date value to the ISO 8601 format, needed for the Parse service.

See Also