FireDAC.Stan.Util.FDDateTime2Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDDateTime2Date(const AValue: TDateTime): Integer;

C++

extern DELPHI_PACKAGE int __fastcall FDDateTime2Date(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 a date value represented by the number of days from the start of the calendar (the number of days since 1/1/0001 plus one).

See Also