This topic has not yet been rated - Rate this topic

navigationStart property

The IHTMLPerformanceTiming::navigationStart property must return the time immediately after the user agent finishes prompting to unload the previous document. If there is no previous document, this property must return the same value as IHTMLPerformanceTiming::fetchStart.

Internet Explorer 9

Syntax

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

Property values

Type: ULONGLONG

Standards information

Remarks

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.