Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
TimeSpan TotalEditingTime { get; set; }
Property TotalEditingTime As TimeSpan
	Get
	Set
property TimeSpan TotalEditingTime {
	TimeSpan get ();
	void set (TimeSpan value);
}
abstract TotalEditingTime : TimeSpan with get, set

Property Value

TimeSpan

See Also