FireDAC.Stan.Util.FDSQLTimeStamp2Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDSQLTimeStamp2Date(const AValue: TSQLTimeStamp): Integer;

C++

extern DELPHI_PACKAGE int __fastcall FDSQLTimeStamp2Date(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 value to a Longint value.

Use FDSQLTimeStamp2Date to convert the value specified by the AValue parameter to a Longint value.

See Also