System.Reactive.PlatformServices.SystemClock
namespace System.Reactive.PlatformServices
{
public static class SystemClock
{
public static DateTimeOffset UtcNow { get; }
public static void AddRef();
public static void Release();
}
}