SlideSyncProperties.ClientInsertedTime Property

Client Slide Insertion date/time.Represents the attribte in schema: clientInsertedTime

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "clientInsertedTime")> _
Public Property ClientInsertedTime As DateTimeValue
    Get
    Set
'Usage
Dim instance As SlideSyncProperties
Dim value As DateTimeValue

value = instance.ClientInsertedTime

instance.ClientInsertedTime = value
[SchemaAttrAttribute(, "clientInsertedTime")]
public DateTimeValue ClientInsertedTime { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

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.

Cc796757.p-sldsyncpr01(en-us,office.14).jpg

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

See Also

Reference

SlideSyncProperties Class

SlideSyncProperties Members

DocumentFormat.OpenXml.Presentation Namespace