Compartilhar via


SlideSyncProperties.ClientInsertedTime Propriedade

Definição

Data/hora da Inserção de Slides do Cliente

Representa o seguinte atributo no 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 da propriedade

Retorna DateTimeValue.

Atributos

Comentários

As informações a seguir do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com essa classe.

A data e a hora em que o slide baseado no servidor foi inserido na apresentação do cliente. Esse campo é usado puramente para fins informativos para que o usuário possa saber quando o slide foi inserido.

A data/hora é armazenada no formato ISO 8061.

Observe o uso dessa interface do clientInsertedTime usuário para fornecer aos usuários informações sobre quando o slide foi inserido na biblioteca de slides.

26d43976-b55a-43db-babe-cc51fde24af6

Os valores possíveis para esse atributo são definidos pelo tipo de dados esquema dateTime XML.

Aplica-se a