TraceTimestampValue.Subtraction Operator
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.
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
- left
- TraceTimestampValue
- right
- TraceDurationValue
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
- left
- TraceTimestampValue
- right
- TraceTimestampValue