domContentLoadedEventEnd property

Gets the time when the Document Object Model (DOM) content finished loading into the document that is loaded by the window object.

 

Syntax

HRESULT value = object.get_domContentLoadedEventEnd(ULONGLONG* p);

Property values

Type: ULONGLONG

An ULONGLONG value that represents the time when the DOM content finished loading or 0 if the document could not be loaded.

Standards information

Remarks

The value reported by the domContentLoadedEventEnd property represents the number of milliseconds between the recorded time and midnight January 1, 1970 (UTC).

Windows Internet Explorer 9. This property is supported only for documents displayed in IE9 Standards mode. For more information, please see Defining Document Compatibility.

See also

IHTMLPerformanceTiming::domContentLoadedEventStart