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