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