System.Variants.VarToDateTime

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

Delphi

function VarToDateTime(const V: Variant): TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall VarToDateTime(const System::Variant &V);

プロパティ

種類 可視性 ソース ユニット
function public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

説明

指定されたバリアントを TDateTime 値に変換します。

VarToDateTime 関数は,指定されたバリアントを TDateTime 値に変換します。変換が失敗すると,VarToDateTime は例外を生成します。

関連項目