Compartir a través de


TrackChangeType.Date Propiedad

Definición

date

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve DateTimeValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica la información de fecha de una anotación dentro de un documento WordprocessingML. El uso de esta información está fuera del ámbito de este estándar de Office Open XML.

Si se omite este atributo, no se asociará información de fecha con el tipo de anotación primario.

Considere la posibilidad de un comentario representado mediante el siguiente fragmento wordprocessingML:

<w:… w:id="1" w:date="2006-01-01T10:00:00">  
  …  
</w:…>  

El date atributo especifica que la fecha de la anotación actual es el 1 de enero de 2006 a las 10:00 A.M., que se puede usar como desee.

El tipo simple define los ST_DateTime valores posibles para este atributo.

Se aplica a