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