TimeSpan.FromMicroseconds Methode

Definition

Überlädt

FromMicroseconds(Double)

Gibt einen TimeSpan zurück, der eine angegebene Anzahl von Mikrosekunden darstellt.

FromMicroseconds(Int64)

FromMicroseconds(Double)

Quelle:
TimeSpan.cs
Quelle:
TimeSpan.cs
Quelle:
TimeSpan.cs

Gibt einen TimeSpan zurück, der eine angegebene Anzahl von Mikrosekunden darstellt.

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

Parameter

value
Double

Eine Anzahl von Mikrosekunden.

Gibt zurück

Ein Objekt, das value darstellt.

Ausnahmen

value ist kleiner als MinValue oder größer als MaxValue.

- oder -

value ist gleich PositiveInfinity.

- oder -

value ist gleich NegativeInfinity.

value ist gleich NaN.

Gilt fü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

Parameter

microseconds
Int64

Gibt zurück

Gilt für: