TraceTimestamp Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a timestamp in a trace.
public struct TraceTimestamp : IComparable, IComparable<Microsoft.Windows.EventTracing.TraceTimestamp>, IEquatable<Microsoft.Windows.EventTracing.TraceTimestamp>
type TraceTimestamp = struct
Public Structure TraceTimestamp
Implements IComparable, IComparable(Of TraceTimestamp), IEquatable(Of TraceTimestamp)
- Inheritance
-
TraceTimestamp
- Implements
Constructors
TraceTimestamp(ITraceTimestampContext, TraceTimestampValue) |
Properties
Context |
Gets the context used to interpret the trace timestamp. |
DateTimeOffset |
Gets the absolute (clock) time represented by the trace timestamp. |
HasValue |
Gets a value indicating whether the duration has been initialized. |
IsPartial |
Gets a value that indicates whether this trace timestamp only represents partial data, and the full Value is unavailable. |
Nanoseconds | |
RelativeTimestamp |
Gets the relative time since the start of the trace. |
TotalMicroseconds | |
TotalMilliseconds | |
TotalSeconds | |
Value |
Gets the raw trace timestamp value. |
Methods
CompareTo(Object) | |
CompareTo(TraceTimestamp) | |
Equals(Object) | |
Equals(TraceTimestamp) | |
GetHashCode() | |
Max(TraceTimestamp, TraceTimestamp) | |
Min(TraceTimestamp, TraceTimestamp) |