Gets and sets an exact time at which maintenance actions are to be executed (in minutes). | |
Syntax: | short =
object.SyncMaintenanceTime object.SyncMaintenanceTime = short |
Description: | CimTable.SyncMaintenanceTime is a long
representing the exact time are which a maintenace event should be
executed on a daily basis. This property represents the number of
minutes past midnight at which the event should ocurr. Examples It is desired to execute maintenance actions at exactly 4:37 PM: ((4 + 12) * 60) + (1 * 60) = 990 myTable.SyncMaintenanceTime = 990 |