Timestamp.TimeOffset Property
timeOffset.Represents the attribte in schema: timeOffset
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "timeOffset")> _
Public Property TimeOffset As DecimalValue
Get
Set
'Применение
Dim instance As Timestamp
Dim value As DecimalValue
value = instance.TimeOffset
instance.TimeOffset = value
[SchemaAttrAttribute(, "timeOffset")]
public DecimalValue TimeOffset { get; set; }
Property Value
Type: DocumentFormat.OpenXml.DecimalValue