This object provides access to timer functions such as ITimer::Freeze and ITimer::GetTime.
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
ITimer This interface implements timer functions.
Remarks
The timer functionality in MSHTML is implemented as a service. To obtain an ITimerService Object, call IServiceProvider::QueryService. ITimer objects are then obtained through the ITimerService Object.
See Also