Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 968 Bytes

PowerPoint.SlideShowView.ResetSlideTime.md

File metadata and controls

41 lines (24 loc) · 968 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.ResetSlideTime method (PowerPoint)
vbapp10.chm513024
vbapp10.chm513024
PowerPoint.SlideShowView.ResetSlideTime
aa00c585-d3c3-9cdc-860d-8c1f2f0a6ef3
06/08/2017
medium

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

See also

SlideShowView Object

[!includeSupport and feedback]