System.Reactive.PlatformServices.INotifySystemClockChanged public interface INotifySystemClockChanged Documentation Code namespace System.Reactive.PlatformServices { public interface INotifySystemClockChanged { event EventHandler<SystemClockChangedEventArgs> SystemClockChanged; } }