System.TimeSpan.TTimeSpan.FromSeconds

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

Delphi

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

C++

static TTimeSpan __fastcall FromSeconds(double Value);

プロパティ

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

説明

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

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

関連項目