Edit

Share via


TraceTimestampValue.Subtraction Operator

Definition

Overloads

Subtraction(TraceTimestampValue, TraceDurationValue)
Subtraction(TraceTimestampValue, TraceTimestampValue)

Subtraction(TraceTimestampValue, TraceDurationValue)

public static Microsoft.Windows.EventTracing.TraceTimestampValue operator - (Microsoft.Windows.EventTracing.TraceTimestampValue left, Microsoft.Windows.EventTracing.TraceDurationValue right);
static member ( - ) : Microsoft.Windows.EventTracing.TraceTimestampValue * Microsoft.Windows.EventTracing.TraceDurationValue -> Microsoft.Windows.EventTracing.TraceTimestampValue
Public Shared Operator - (left As TraceTimestampValue, right As TraceDurationValue) As TraceTimestampValue

Parameters

Returns

Applies to

Subtraction(TraceTimestampValue, TraceTimestampValue)

public static Microsoft.Windows.EventTracing.TraceDurationValue operator - (Microsoft.Windows.EventTracing.TraceTimestampValue left, Microsoft.Windows.EventTracing.TraceTimestampValue right);
static member ( - ) : Microsoft.Windows.EventTracing.TraceTimestampValue * Microsoft.Windows.EventTracing.TraceTimestampValue -> Microsoft.Windows.EventTracing.TraceDurationValue
Public Shared Operator - (left As TraceTimestampValue, right As TraceTimestampValue) As TraceDurationValue

Parameters

Returns

Applies to