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