System.Reactive.PlatformServices.INotifySystemClockChanged
(Infrastructure) Provides a mechanism to notify local schedulers about system clock changes.
namespace System.Reactive.PlatformServices
{
public interface INotifySystemClockChanged
{
event EventHandler<SystemClockChangedEventArgs> SystemClockChanged;
}
}