Comment.DateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
dt
Represents the following attribute in the schema: dt
[DocumentFormat.OpenXml.SchemaAttr(0, "dt")]
public DocumentFormat.OpenXml.DateTimeValue DateTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue DateTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dt")]
public DocumentFormat.OpenXml.DateTimeValue? DateTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dt")]
public DocumentFormat.OpenXml.DateTimeValue? DateTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue? DateTime { get; set; }
member this.DateTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dt")>]
member this.DateTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dt")>]
member this.DateTime : DocumentFormat.OpenXml.DateTimeValue with get, set
Public Property DateTime As DateTimeValue
Property Value
Returns DateTimeValue.
- Attributes