# SkewedClock.SkewedClock(TimeSpan, TimeSpan)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.skewedclock/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.skewedclock/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.Base/TestRunners/SkewedClock.cs#L10-L14)

```csharp
public SkewedClock(TimeSpan minSkew, TimeSpan maxSkew)
```

### Parameters

- `minSkew` (`TimeSpan`)
- `maxSkew` (`TimeSpan`)
