System.TimeSpan.TTimeSpan.Negate

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

Delphi

function Negate: TTimeSpan;

C++

TTimeSpan __fastcall Negate();

プロパティ

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

説明

タイムスパンの負の値を返します。

Negate メソッドは、タイムスパンの負の値を返します。

関連項目