FireDAC.Stan.Util.FDDateTime2Time

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDDateTime2Time(const AValue: TDateTime): Integer;

C++

extern DELPHI_PACKAGE int __fastcall FDDateTime2Time(const System::TDateTime 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 TDateTime to a TTime value.

The FDDateTime2Time function returns the number of milliseconds of the AValue parameter.

See Also