Читати англійською Редагувати

Поділитися через


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.

C#
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 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

FromMicroseconds(Int64)

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

C#
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 10 і .NET 9
Продукт Версії
.NET 9, 10