TrackChangeType.Date Property

Definition

date

Represents the following attribute in the schema: w:date

[DocumentFormat.OpenXml.SchemaAttr(23, "date")]
public DocumentFormat.OpenXml.DateTimeValue Date { get; set; }
public DocumentFormat.OpenXml.DateTimeValue Date { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "date")]
public DocumentFormat.OpenXml.DateTimeValue? Date { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:date")]
public DocumentFormat.OpenXml.DateTimeValue? Date { get; set; }
public DocumentFormat.OpenXml.DateTimeValue? Date { get; set; }
member this.Date : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "date")>]
member this.Date : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:date")>]
member this.Date : DocumentFormat.OpenXml.DateTimeValue with get, set
Public Property Date As DateTimeValue

Property Value

Attributes

Applies to