FireDAC.Stan.Util.FDTime2DateTime

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function FDTime2DateTime(const AValue: Integer): TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall FDTime2DateTime(const int AValue);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

LongInt 時刻値を TDateTime 値に変換します。


FDTime2DateTime を使用すると、AValue パラメータで指定された時刻値を TDateTime 値に変換できます。

関連項目