TimeAnimateValue.Time Property

Time.Represents the attribte in schema: tm

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

Syntax

'Declaration
<SchemaAttrAttribute(, "tm")> _
Public Property Time As StringValue
    Get
    Set
'Usage
Dim instance As TimeAnimateValue
Dim value As StringValue

value = instance.Time

instance.Time = value
[SchemaAttrAttribute(, "tm")]
public StringValue Time { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies the time at which the attribute being animated will take on the value.

The possible values for this attribute are defined by the ST_TLTimeAnimateValueTime simple type.

See Also

Reference

TimeAnimateValue Class

TimeAnimateValue Members

DocumentFormat.OpenXml.Presentation Namespace