FireDAC.Stan.Util.FDDateTime2Time
Delphi
function FDDateTime2Time(const AValue: TDateTime): Integer;
C++
extern DELPHI_PACKAGE int __fastcall FDDateTime2Time(const System::TDateTime AValue);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Convertit une valeur TDateTime en valeur TTime.
La fonction FDDateTime2Time renvoie le nombre de millisecondes du paramètre AValue
.