System.TimeSpan.TTimeSpan.Parse

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

Delphi

class function Parse(const S: string): TTimeSpan; static;

C++

static TTimeSpan __fastcall Parse(const System::UnicodeString S);

プロパティ

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

説明

文字列を TTimeSpan オブジェクトに変換します。

Parse メソッドは、パラメータを通して指定された文字列値を TTimeSpan オブジェクトに変換します。

関連項目