Time Property

Sequencer Control

Represents the elapsed time since the start of the sequencer's playback. Read-only at run time.

Syntax

VBScriptTime=sequencerObj( "actionsetname" ) .Time
JScriptTime=sequencerObj.item( "actionsetname" ) .Time

Possible Values

actionsetname
Name of the action set.

Return Value

Returns a floating-point value that contains the elapsed sequencer playback time in the format seconds.milliseconds (SS.MSS).


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.