Поделиться через


TimeAbsolute.Val Property

Time.Represents the attribte in schema: val

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

Syntax

'Декларация
<SchemaAttrAttribute(, "val")> _
Public Property Val As StringValue
    Get
    Set
'Применение
Dim instance As TimeAbsolute
Dim value As StringValue

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public StringValue Val { 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 describes an amount of time, in milliseconds.

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

See Also

Reference

TimeAbsolute Class

TimeAbsolute Members

DocumentFormat.OpenXml.Presentation Namespace