SlideShowView.SlideElapsedTime Property
Returns the number of seconds that the current slide has been displayed. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property SlideElapsedTime As Single
Get
Set
'Usage
Dim instance As SlideShowView
Dim value As Single
value = instance.SlideElapsedTime
instance.SlideElapsedTime = value
float SlideElapsedTime { get; set; }
Property Value
Type: System.Single
Remarks
Use the ResetSlideTime() method to reset the elapsed time for the slide that is currently displayed.