[This is preliminary documentation and subject to change.]
The TimeStr property converts a double into a SMPTE time string. This property is read-only.
[ sTime = ] object.TimeStr( dTime ) 
 
  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.
The following example sets the variable sTime to "00:05:42.00".
Dim sTime As String
Dim evs As EnhEvents
Set evs = new EnhEvents
 
sTime = evs.TimeStr(342.0)