CommonMediaNode.CommonTimeNode Property

Common Time Node Properties.Represents the element tag in schema: p:cTn

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

Syntax

'Declaration
Public Property CommonTimeNode As CommonTimeNode
    Get
    Set
'Usage
Dim instance As CommonMediaNode
Dim value As CommonTimeNode

value = instance.CommonTimeNode

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.CommonTimeNode
Returns CommonTimeNode.

See Also

Reference

CommonMediaNode Class

CommonMediaNode Members

DocumentFormat.OpenXml.Presentation Namespace