REST.Json.Types.TParseDate.GetDateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDateTime(AReturnAsUTC: Boolean): TDatetime;

C++

System::TDateTime __fastcall GetDateTime(bool AReturnAsUTC);

Properties

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

Description

Converts a Parse Date object type in the TDateTime format.

The GetDateTime method returns a date value from the Parse (in ISO 8601 format) to the TDateTime format.

See Also