__AbsoluteTimerInstruction

[This is preliminary documentation and subject to change.]

The __AbsoluteTimerInstruction system class causes a timer event to be fired at a specific date and time. After the event has been fired, it is never repeated.

class __AbsoluteTimerInstruction : __TimerInstruction
{
    string EventDateTime;
};
 

Properties

See also the properties in __TimerInstruction.

EventDateTime
The date and time the __TimerEvent should be fired and delivered to the consumer. The format of the string is as follows:

"3/12/97 12:05:00pm"

The format is the one used when converting VT_DATE types in OLE Automation VARIANTs to strings.

Note:  In subsequent releases of WBEM, the date and time will have to be specified in the DMTF Date/Time format.

See Also

__TimerEvent

Specifying Dates and Times