Share via


W.date Field

Definition

Represents the w:date XML attributes.

public static readonly System.Xml.Linq.XName date;
 staticval mutable date : System.Xml.Linq.XName
Public Shared ReadOnly date As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cellMerge, comment, del, ins, numberingChange, pPrChange, rPrChange, sectPrChange, tblPrChange, tblPrExChange, tcPrChange, trPrChange.
  • corresponds to the following strongly-typed properties: CellMerge.Date, Comment.Date, DeletedMathControl.Date, InsertedMathControl.Date, NumberingChange.Date, ParagraphMarkRunPropertiesChange.Date, ParagraphPropertiesChange.Date, RunPropertiesChange.Date, SectionPropertiesChange.Date, TableCellPropertiesChange.Date, TablePropertiesChange.Date, TablePropertyExceptionsChange.Date, TableRowPropertiesChange.Date.

Applies to