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