FireDAC.Stan.Util.FDDateTime2MSecs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDDateTime2MSecs(const AValue: TDateTime): Comp;

C++

extern DELPHI_PACKAGE System::Comp __fastcall FDDateTime2MSecs(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 an AValue date and time value to the number of milliseconds from the start of the calendar (the number of days since 1/1/0001 plus one).

See Also