Bridge

TimeSpan..::..FromMilliseconds Method

Returns a TimeSpan that represents a specified number of milliseconds.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static TimeSpan FromMilliseconds(
	double value
)
Public Shared Function FromMilliseconds ( _
	value As Double _
) As TimeSpan
public:
static TimeSpan^ FromMilliseconds(
	double^ value
)

Parameters

value
Type: System..::..Double
A number of milliseconds.

Return Value

An object that represents value.

Exceptions


ExceptionCondition
System..::..OverflowExceptionvalue is less than MinValue or greater than MaxValue.-or-value is PositiveInfinity.-or-value is NegativeInfinity.
System..::..ArgumentExceptionvalue is equal to NaN.