ITraceMetadata.ReferenceTimestampValue Property
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.
Gets the value of the trace timestamp used as a reference time (the start of the trace).
public Nullable<Microsoft.Windows.EventTracing.TraceTimestampValue> ReferenceTimestampValue { get; }
member this.ReferenceTimestampValue : Nullable<Microsoft.Windows.EventTracing.TraceTimestampValue>
Public ReadOnly Property ReferenceTimestampValue As Nullable(Of TraceTimestampValue)
Property Value
Remarks
Different clock types use different types of trace timestamp values, but generally they need to pair a specific reference value with an exact matching reference time (the start of the trace), and then track time relatively (and at high precision) from that point. For more details, the ClientContext section on the WNODE_HEADER documentation.