System.Diagnostics.TStopwatch.GetTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetTimeStamp: Int64; static;

C++

static __int64 __fastcall GetTimeStamp();

Properties

Type Visibility Source Unit Parent
function public
System.Diagnostics.pas
System.Diagnostics.hpp
System.Diagnostics TStopwatch

Description

Returns the current timestamp.

Call GetTimestamp to obtain the current timestamp. GetTimestamp returns a 64-bit integer that contains the current operating system time.

GetTimestamp is used by TStopwatch to calculate the initial and final moments of a monitored time interval.

See Also