FireDAC.Stan.Util.FDTime2DateTime
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 値に変換できます。