FireDAC.Stan.Util.FDMSecs2DateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDMSecs2DateTime(const AValue: Double): TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall FDMSecs2DateTime(const double 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 double value into the corresponding TDateTime value.

You can use FDMSecs2DateTime to convert a double value representing the number of milliseconds into a TDateTime value.

See Also