System.Reactive.PlatformServices.SystemClock
(Infrastructure) Provides access to local system clock services.
namespace System.Reactive.PlatformServices
{
public static class SystemClock
{
public static DateTimeOffset UtcNow { get; }
public static void AddRef();
public static void Release();
}
}