Microsoft DirectX 9.0 |
The ModifyStopTime2 method sets the stop time.
Syntax
object.ModifyStopTime2(
Stop As Double
)
Parameters
Stop
New stop time, in seconds.
Error Codes
If the method fails, an error is raised, and Err.Number can be set to the following value:
Value | Description |
E_INVALIDARG | The specified time is invalid. |
See Also