TimeSpan.FromMicroseconds(Double) Method

Definition

Returns a TimeSpan that represents a specified number of microseconds.

public:
 static TimeSpan FromMicroseconds(double value);
public static TimeSpan FromMicroseconds (double value);
static member FromMicroseconds : double -> TimeSpan
Public Shared Function FromMicroseconds (value As Double) As TimeSpan

Parameters

value
Double

A number of microseconds.

Returns

An object that represents value.

Exceptions

value is less than MinValue or greater than MaxValue.

-or-

value is PositiveInfinity

-or-

value is NegativeInfinity

value is equal to NaN.

Applies to