TimeSpan.FromMicroseconds Method

Definition

Overloads

FromMicroseconds(Double)

Returns a TimeSpan that represents a specified number of microseconds.

FromMicroseconds(Int64)

Initializes a new instance of the TimeSpan structure to a specified number of microseconds.

FromMicroseconds(Double)

Source:
TimeSpan.cs
Source:
TimeSpan.cs
Source:
TimeSpan.cs

Returns a TimeSpan that represents a specified number of microseconds.

public static TimeSpan FromMicroseconds (double value);

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

.NET 9 ja muud versioonid
Toode Versioonid
.NET 7, 8, 9

FromMicroseconds(Int64)

Initializes a new instance of the TimeSpan structure to a specified number of microseconds.

public static TimeSpan FromMicroseconds (long microseconds);

Parameters

microseconds
Int64

Number of microseconds.

Returns

Returns a TimeSpan that represents a specified number of microseconds.

Exceptions

The parameters specify a TimeSpan value less than MinValue or greater than MaxValue

Applies to

.NET 9
Toode Versioonid
.NET 9