This topic has not yet been rated - Rate this topic

unloadEventEnd property

If the previous document and the current document have the same origin, the IHTMLPerformanceTiming::unloadEventEnd property must return the time immediately after the user agent finishes the unload event of the previous document. If there is no previous document or the previous document has a different origin than the current document, or the unload is not yet completed, this attribute must return zero.

Internet Explorer 9

Syntax

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

Property values

Type: ULONGLONG

Standards information

Remarks

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

See also

IHTMLPerformanceTiming::unloadEventStart

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.