Gets and sets the EventTime. | |
Syntax: | String =
object.EventTime object.EventTime = String |
Description: | CimEvent.EventTime is a string that
contains the time of the event. Examples The following script sets the event time of the object.: CimEvent.EventTime = "hh:mm:ss mm:dd:yyyy" |