TimeSpan.FromMicroseconds Yöntem

Tanım

Aşırı Yüklemeler

FromMicroseconds(Double)

Belirtilen sayıda mikrosaniyeyi temsil eden bir TimeSpan döndürür.

FromMicroseconds(Int64)

FromMicroseconds(Double)

Kaynak:
TimeSpan.cs
Kaynak:
TimeSpan.cs
Kaynak:
TimeSpan.cs

Belirtilen sayıda mikrosaniyeyi temsil eden bir TimeSpan döndürür.

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

Parametreler

value
Double

Bir dizi mikrosaniye.

Döndürülenler

öğesini temsil valueeden bir nesne.

Özel durumlar

value değerinden MinValue küçük veya büyüktür MaxValue.

-veya-

valuePositiveInfinity

-veya-

valueNegativeInfinity

valueNaNeşittir.

Şunlara uygulanır

FromMicroseconds(Int64)

public:
 static TimeSpan FromMicroseconds(long microseconds);
public static TimeSpan FromMicroseconds (long microseconds);
static member FromMicroseconds : int64 -> TimeSpan
Public Shared Function FromMicroseconds (microseconds As Long) As TimeSpan

Parametreler

microseconds
Int64

Döndürülenler

Şunlara uygulanır