Multiply(TimeSpan, double)
static
public static TimeSpan Multiply(TimeSpan time, double value) Multiply a timeout by a value
Parameters
timeTimeSpan- The time.
valuedouble- The value.
Returns
The resulting time span value.
public static TimeSpan Multiply(TimeSpan time, double value)timeTimeSpanvaluedouble