Edit

Share via


TestingUtils.Multiply(TimeSpan, Double) Method

Definition

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.

Applies to