Retrieves a value indicating the current time along the local duration, as defined by the element's REPEAT or REPEATDUR attribute.
Syntax
HTML N/A Scripting [ sTime = ] object.localTime
Possible Values
sTime String that specifies the current time on the element's local duration. The local duration is the amount of time from when the element begins until it stops, including playing in reverse and all repetitions. The property is read-only with no default value.
Remarks
If the AUTOREVERSE attribute is set to true on an element, the localTime is effectively doubled. The localTime property also includes the value of the element's REPEAT or REPEATDUR attribute.
Applies To
time
See Also
HTML+TIME, currTime