Returns a TimeSpan that represents the specified number of days where the specification is accurate to the nearest millisecond.
A TimeSpan that represents value.
Type Reason OverflowException The TimeSpan represented by value is greater than TimeSpan.MaxValue or less than TimeSpan.MinValue. ArgumentException value is equal to double.NaN.
value will only be considered accurate to the nearest millisecond.
If value is double.PositiveInfinity, a TimeSpan with the value TimeSpan.MaxValue is returned. If value is double.NegativeInfinity, a TimeSpan with the value TimeSpan.MinValue is returned.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0