IHTMLTimeRanges interface

Implements a collection of time ranges that have been buffered or played.

Members

The IHTMLTimeRanges interface inherits from the IDispatch interface. IHTMLTimeRanges also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLTimeRanges interface has these methods.

Method Description
end

Returns the end of the time range by using the specified index.

start

Gets the start of the time range by using the specified index.

 

Properties

The IHTMLTimeRanges interface has these properties.

Property Description

length

The number of time ranges in the collection.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch