TraceTimestamp.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(TraceTimestamp, TraceDuration) | |
Subtraction(TraceTimestamp, TraceTimestamp) |
Subtraction(TraceTimestamp, TraceDuration)
public static Microsoft.Windows.EventTracing.TraceTimestamp operator - (Microsoft.Windows.EventTracing.TraceTimestamp left, Microsoft.Windows.EventTracing.TraceDuration right);
static member ( - ) : Microsoft.Windows.EventTracing.TraceTimestamp * Microsoft.Windows.EventTracing.TraceDuration -> Microsoft.Windows.EventTracing.TraceTimestamp
Public Shared Operator - (left As TraceTimestamp, right As TraceDuration) As TraceTimestamp
Parameters
- left
- TraceTimestamp
- right
- TraceDuration
Returns
Applies to
Subtraction(TraceTimestamp, TraceTimestamp)
public static Microsoft.Windows.EventTracing.TraceDuration operator - (Microsoft.Windows.EventTracing.TraceTimestamp left, Microsoft.Windows.EventTracing.TraceTimestamp right);
static member ( - ) : Microsoft.Windows.EventTracing.TraceTimestamp * Microsoft.Windows.EventTracing.TraceTimestamp -> Microsoft.Windows.EventTracing.TraceDuration
Public Shared Operator - (left As TraceTimestamp, right As TraceTimestamp) As TraceDuration
Parameters
- left
- TraceTimestamp
- right
- TraceTimestamp