# TestingUtils.Multiply(TimeSpan, double)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.testingutils/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.testingutils/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Utils/TestingUtils.cs#L118-L120)

```csharp
public static TimeSpan Multiply(TimeSpan time, double value)
```

Multiply a timeout by a value

### Parameters

- `time` (`TimeSpan`): The time.
- `value` (`double`): The value.

### Returns

The resulting time span value.
