Comment.DateTime Property

Comment Date/Time.Represents the attribte in schema: dt

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dt")> _
Public Property DateTime As DateTimeValue
    Get
    Set
'Usage
Dim instance As Comment
Dim value As DateTimeValue

value = instance.DateTime

instance.DateTime = value
[SchemaAttrAttribute(, "dt")]
public DateTimeValue DateTime { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

See Also

Reference

Comment Class

Comment Members

DocumentFormat.OpenXml.Presentation Namespace