System.SysUtils.FloatToDateTime

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

Delphi

function FloatToDateTime(const Value: Extended): TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall FloatToDateTime(const System::Extended Value);

プロパティ

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


説明

浮動小数点値を、TDateTime 値に変換します。

FloatToDateTime は、Value に等しい TDateTime 値を返します。Value が TDateTime の有効な範囲内にない場合、FloatToDateTime は、EConvertError 例外を発生させます。

関連項目