CoreWebView2DiagnosticReceivedEventArgs.Timestamp Property

Definition

The wall-clock time at which the runtime observed this diagnostic event, as the number of milliseconds since the UNIX epoch (1970-01-01T00:00:00Z, UTC). Use this value to correlate diagnostic events with other timestamped telemetry. The value is derived from the system clock and may be affected by clock adjustments (for example, NTP).

public long Timestamp { get; }
member this.Timestamp : int64
Public ReadOnly Property Timestamp As Long

Property Value

Applies to