Duration.FromMicroseconds Method
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
FromMicroseconds(Decimal) | |
FromMicroseconds(Int64) |
FromMicroseconds(Decimal)
public static Microsoft.Windows.EventTracing.Duration FromMicroseconds (decimal microseconds);
static member FromMicroseconds : decimal -> Microsoft.Windows.EventTracing.Duration
Public Shared Function FromMicroseconds (microseconds As Decimal) As Duration
Parameters
- microseconds
- Decimal
Returns
Applies to
FromMicroseconds(Int64)
public static Microsoft.Windows.EventTracing.Duration FromMicroseconds (long microseconds);
static member FromMicroseconds : int64 -> Microsoft.Windows.EventTracing.Duration
Public Shared Function FromMicroseconds (microseconds As Long) As Duration
Parameters
- microseconds
- Int64