Share via


SlideSyncProperties.ClientInsertedTime Property

Definition

Client Slide Insertion date/time

Represents the following attribute in the schema: 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

Property Value

Returns DateTimeValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The date and time that the server-based slide was inserted into the client presentation. This field is used purely for informative purposes so that the user may know when the slide was inserted.

The date/time is stored in ISO 8061 format.

Notice the use of clientInsertedTime in this UI to provide users information on when the slide was inserted from the slide library.

26d43976-b55a-43db-babe-cc51fde24af6

The possible values for this attribute are defined by the XML Schema dateTime datatype.

Applies to