SlideSyncProperties.ClientInsertedTime Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Fecha y hora de inserción de diapositivas de cliente
Representa el atributo siguiente en el esquema: clientInsertedTime
[DocumentFormat.OpenXml.SchemaAttr(0, "clientInsertedTime")]
public DocumentFormat.OpenXml.DateTimeValue ClientInsertedTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue ClientInsertedTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "clientInsertedTime")]
public DocumentFormat.OpenXml.DateTimeValue? ClientInsertedTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("clientInsertedTime")]
public DocumentFormat.OpenXml.DateTimeValue? ClientInsertedTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue? ClientInsertedTime { get; set; }
member this.ClientInsertedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "clientInsertedTime")>]
member this.ClientInsertedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("clientInsertedTime")>]
member this.ClientInsertedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
Public Property ClientInsertedTime 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.
Fecha y hora en que se insertó la diapositiva basada en servidor en la presentación del cliente. Este campo se usa únicamente con fines informativos para que el usuario pueda saber cuándo se insertó la diapositiva.
La fecha y hora se almacena en formato ISO 8061.
Observe el uso de en esta interfaz de clientInsertedTime
usuario para proporcionar a los usuarios información sobre cuándo se insertó la diapositiva desde la biblioteca de diapositivas.
26d43976-b55a-43db-babe-cc51fde24af6
Los valores posibles para este atributo se definen mediante el tipo de datos Esquema dateTime
XML.