TimeSpanFromDays Method |
Namespace: System
public static TimeSpan FromDays( 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. |