FireDAC.Stan.Util.FDDate2SQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDDate2SQLTimeStamp(const AValue: Integer): TSQLTimeStamp;

C++

extern DELPHI_PACKAGE Data::Sqltimst::TSQLTimeStamp __fastcall FDDate2SQLTimeStamp(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 value to a TSQLTimeStamp value.

Use FDDateTime2SQLTimeStamp to convert the value specified by AValue parameter to a TSQLTimeStamp value.

See Also