TimeSpanFromMilliseconds Method |
Namespace: System
public static TimeSpan FromMilliseconds( double value )
Exception | Condition |
---|---|
OverflowException | value is less than MinValue or greater than MaxValue.-or-value is PositiveInfinity.-or-value is NegativeInfinity. |
ArgumentException | value is equal to NaN. |