SlideShowView.PresentationElapsedTime Property
Returns the number of seconds that have elapsed since the beginning of the specified slide show. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property PresentationElapsedTime As Single
Get
'Usage
Dim instance As SlideShowView
Dim value As Single
value = instance.PresentationElapsedTime
float PresentationElapsedTime { get; }
Property Value
Type: System.Single