FireDAC.Stan.Util.FDDateTime2Time

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

Delphi

function FDDateTime2Time(const AValue: TDateTime): Integer;

C++

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

プロパティ

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

説明

TDateTime を TTime 値に変換します。


FDDateTime2Time 関数は AValue パラメータのミリ秒数を返します。

関連項目