FireDAC.Stan.Util.FDSQLTimeStamp2DateTime
Delphi
function FDSQLTimeStamp2DateTime(const ADateTime: TSQLTimeStamp): TDateTime;
C++
extern DELPHI_PACKAGE System::TDateTime __fastcall FDSQLTimeStamp2DateTime(const Data::Sqltimst::TSQLTimeStamp &ADateTime);
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 TSQLTimeStamp value to a TDateTime value.
Use FDSQLTimeStamp2DateTime to convert the TSQLTimeStamp value specified by ADateTime
to a TDateTime value.