<PackageReference Include="System.Reactive" Version="4.4.1" />

HistoricalSchedulerBase

Base class for historical schedulers, which are virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time.

Creates a new historical scheduler with the minimum value of DateTimeOffset as the initial clock value.

protected HistoricalSchedulerBase(DateTimeOffset initialClock)

Creates a new historical scheduler with the specified initial clock value.

Creates a new historical scheduler with the specified initial clock value and absolute time comparer.