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