This object provides access to a timer's schedule.
Object Information
CLSID Not Applicable Implementation Application Header and IDL files Ocmm.h; Ocmm.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0 
Creation/Access Functions
ITimerService::CreateTimer Creates an instance of a timer object and provides the address of the new timer. 
Interfaces Implemented
ITimerSink This interface implements a method that is called by the timer service for a scheduled event. 
Remarks
The timer functionality in MSHTML is implemented as a service. To obtain an ITimerService Object, call IServiceProvider::QueryService. ITimerSink objects are then obtained through the ITimerService Object.
See Also