System.Variants.VarToDateTime
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 は例外を生成します。