SlideShowView.ResetSlideTime Method
Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that is currently displayed to 0 (zero).
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub ResetSlideTime
'Usage
Dim instance As SlideShowView
instance.ResetSlideTime()
void ResetSlideTime()