CimDatabase.ClockAdjustmentMonitorRate (property)

Sets and gets the rate at which system clock adjustments are checked (between 1 and 3600 seconds.)
Syntax: short = object.ClockAdjustmentMonitorRate
object.ClockAdjustmentMonitorRate = short
Description: CimDatabase.ClockAdjustmentMonitorRate specifies the rate at which system clock adjustments are checked. Its value is between 1 and 3600 seconds. All synchronized timed events are adjusted when a system clock adjustment occurs.

Examples

myDatabase.ClockAdjustmentMonitorRate = 60 'Specifies to monitor every minute.