TimeSpan..::..FromMilliseconds Method
Returns a TimeSpan that represents a specified number of milliseconds.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- value
- Type: System..::..Double
A number of milliseconds.
Return Value
An object that represents value.Exceptions
Exception | Condition |
---|---|
System..::..OverflowException | value is less than MinValue or greater than MaxValue.-or-value is PositiveInfinity.-or-value is NegativeInfinity. |
System..::..ArgumentException | value is equal to NaN. |