FireDAC.Stan.Util.FDTime2DateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDTime2DateTime(const AValue: Integer): TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall FDTime2DateTime(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

Converts a Longint time value into a TDateTime value.

Use FDTime2DateTime to convert the time value indicated by the AValue parameter into a TDateTime value.

See Also