System.Diagnostics.TStopwatch.GetTimeStamp

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

Delphi

class function GetTimeStamp: Int64; static;

C++

static __int64 __fastcall GetTimeStamp();

プロパティ

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

説明

現在のタイムスタンプを返します。

GetTimestamp メソッドを呼び出して、現在のタイムスタンプを取得します。 GetTimestamp メソッドは、現在使用中のオペレーティング システムの時間を含む 64 ビット整数を返します。

GetTimestamp メソッドは TStopwatch によって使用され、監視された時間間隔の最初と最後の瞬間を計測します。

関連項目