Compartilhar via


Properties.TotalTime Property

Total Edit Time Metadata Element.Represents the element tag in schema: ap:TotalTime

Namespace:  DocumentFormat.OpenXml.ExtendedProperties
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property TotalTime As TotalTime
    Get
    Set
'Usage
Dim instance As Properties
Dim value As TotalTime

value = instance.TotalTime

instance.TotalTime = value
public TotalTime TotalTime { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ExtendedProperties.TotalTime
Returns TotalTime.

See Also

Reference

Properties Class

Properties Members

DocumentFormat.OpenXml.ExtendedProperties Namespace