getMark Method

New for Internet Explorer 9

[This documentation is preliminary and is subject to change.]

Gets a collection of times that are associated with a previously defined performance mark.

Syntax

iMarkTime = MSPerformance.getMark(sMarkName)

Parameters

sMarkName Required. The name of the desired performance mark.

Return Value

The time that is associated with the performance mark.

Possible Exceptions

Invalid procedure call or argument (0x800A0005) The performance mark that is specified by the sMarkName parameter could not be found.

Remarks

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

Standards Information

There is no public standard that applies to this method.

Applies To

MSPerformance