[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;
};
See also the properties in __TimerInstruction.
"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.