System.Reactive.PlatformServices.ISystemClock public interface ISystemClock Documentation Code namespace System.Reactive.PlatformServices { public interface ISystemClock { DateTimeOffset UtcNow { get; } } }