Method | Description | |
---|---|---|
PeriodicTimerSystemClockMonitor ( System.TimeSpan period ) : System |
Creates a new monitor for system clock changes with the specified polling frequency.
|
Method | Description | |
---|---|---|
NewTimer ( ) : void | ||
TimeChanged ( ) : void |
public PeriodicTimerSystemClockMonitor ( System.TimeSpan period ) : System | ||
period | System.TimeSpan | Polling frequency for system clock changes. |
return | System |