FireDAC.Stan.Util.FDDate2DateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDDate2DateTime(const AValue: Integer): TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall FDDate2DateTime(const int AValue);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

FDDate2DateTime converts a Longint value to a TDateTime object.

Use FDDate2DateTime to convert the value given by the AValue parameter to a TDateTime object.

See Also