TestingUtils.Multiply(TimeSpan, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Multiply a timeout by a value
public static TimeSpan Multiply (TimeSpan time, double value);
static member Multiply : TimeSpan * double -> TimeSpan
Public Function Multiply (time As TimeSpan, value As Double) As TimeSpan
Public Shared Function Multiply (time As TimeSpan, value As Double) As TimeSpan
Parameters
- time
- TimeSpan
The time.
- value
- Double
The value.
Returns
The resulting time span value.