FireDAC.Stan.Util.FDSQLTimeStamp2Time

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDSQLTimeStamp2Time(const AValue: TSQLTimeStamp): Integer;

C++

extern DELPHI_PACKAGE int __fastcall FDSQLTimeStamp2Time(const Data::Sqltimst::TSQLTimeStamp &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 TSQLTimeStamp object to an integer.

FDSQLTimeStamp2Time returns the result of the AValue parameter conversion to an integer.

Note: The result represents the number of seconds since the beginning of January 1, 1970.

See Also