System.TimeSpan.TTimeSpan.FromMilliseconds

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

Delphi

class function FromMilliseconds(Value: Double): TTimeSpan; static;

C++

static TTimeSpan __fastcall FromMilliseconds(double Value);

プロパティ

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

説明

パラメータを通して指定されたミリ秒数に等しいタイムスパンを返します。

FromMilliseconds メソッドは、時間間隔が Value パラメータによって指定されたミリ秒数に等しい TTimeSpan インスタンスを返します。

関連項目