SlideShowView.ResetSlideTime Method (PowerPoint)
Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that's currently displayed to 0 (zero).
Syntax
expression .ResetSlideTime
expression A variable that represents 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