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

IScheduledItem<TAbsolute>

public interface IScheduledItem<TAbsolute>
Represents a work item that has been scheduled.
namespace System.Reactive.Concurrency { public interface IScheduledItem<TAbsolute> { TAbsolute DueTime { get; } void Invoke(); } }