FireDAC.Stan.Util.FDTime2SQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDTime2SQLTimeStamp(const AValue: Integer): TSQLTimeStamp;

C++

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

Use FDTime2SQLTimeStamp to convert the time value specified by the AValue parameter into a TSQLTimeStamp value.

See Also