System.Reactive.PlatformServices.ISystemClock
(Infrastructure) Provides access to the local system clock.
namespace System.Reactive.PlatformServices
{
public interface ISystemClock
{
DateTimeOffset UtcNow { get; }
}
}