NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemEvents.AddOnTimeChanged

Adds an event handler that will be called when the time or date has changed. This can occur through user action or when the system adjusts for daylight savings time.

[Visual Basic]
Public Shared Sub AddOnTimeChanged( _
   ByVal handler As EventHandler _
)
[C#]
public static void AddOnTimeChanged(
   EventHandler handler
);
[C++]
public: static void AddOnTimeChanged(
   EventHandler* handler
);
[JScript]
public static function AddOnTimeChanged(
   handler : EventHandler
);

Parameters

handler
The event handler to be added.

See Also

SystemEvents Class | SystemEvents Members | System.Core Namespace | TBD