ResetSlideTime Method
Applies To
SlideShowView object.
Description
Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that's currently displayed to 0 (zero).
Syntax
expression.ResetSlideTime
expression Required. An expression that returns a SlideShowView object.
Example
This example resets the elapsed time for the slide that's currently displayed in slide show window one to 0 (zero).
SlideShowWindows(1).View.ResetSlideTime