Timestamp.Time Property
time.Represents the attribte in schema: time
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "time")> _
Public Property Time As DecimalValue
Get
Set
'Usage
Dim instance As Timestamp
Dim value As DecimalValue
value = instance.Time
instance.Time = value
[SchemaAttrAttribute(, "time")]
public DecimalValue Time { get; set; }
Property Value
Type: DocumentFormat.OpenXml.DecimalValue