DocumentPropertiesTotalEditingTime Property |
Total editing time of a presentation.
Read/write
TimeSpan.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic TimeSpan TotalEditingTime { get; set; }
Public Property TotalEditingTime As TimeSpan
Get
Set
public:
virtual property TimeSpan TotalEditingTime {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
abstract TotalEditingTime : TimeSpan with get, set
override TotalEditingTime : TimeSpan with get, set
Property Value
Type:
TimeSpanImplements
IDocumentPropertiesTotalEditingTime
See Also