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


CustomDocumentProperty.VTDate Property

Date and Time.Represents the element tag in schema: vt:date

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

Syntax

'Declaration
Public Property VTDate As VTDate
    Get
    Set
'Usage
Dim instance As CustomDocumentProperty
Dim value As VTDate

value = instance.VTDate

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTDate

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace