Share via


TestSessionEvent.EventTime Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the time of the event using the high resolution counter.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public ReadOnly Property EventTime As Long
    Get
'Usage
Dim instance As TestSessionEvent
Dim value As Long

value = instance.EventTime
public long EventTime { get; }
public:
property long long EventTime {
    long long get ();
}
member EventTime : int64
function get EventTime () : long

Property Value

Type: System.Int64

Remarks

This value is retrieved from QueryPerformanceCounter.

.NET Framework Security

See Also

Reference

TestSessionEvent Class

TestSessionEvent Members

Microsoft.VisualStudio.TraceLog Namespace