SlideSyncProperties.ServerSlideModifiedTime Property

Definition

Server's Slide File's modification date/time

Represents the following attribute in the schema: serverSldModifiedTime

[DocumentFormat.OpenXml.SchemaAttr(0, "serverSldModifiedTime")]
public DocumentFormat.OpenXml.DateTimeValue ServerSlideModifiedTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue ServerSlideModifiedTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "serverSldModifiedTime")]
public DocumentFormat.OpenXml.DateTimeValue? ServerSlideModifiedTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("serverSldModifiedTime")]
public DocumentFormat.OpenXml.DateTimeValue? ServerSlideModifiedTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue? ServerSlideModifiedTime { get; set; }
member this.ServerSlideModifiedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "serverSldModifiedTime")>]
member this.ServerSlideModifiedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("serverSldModifiedTime")>]
member this.ServerSlideModifiedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
Public Property ServerSlideModifiedTime 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 last modification date and time for the slide file that is located on the server. This date, when compared with the last modification date and time on the server, determines whether an update of this slide is necessary.

The date and time are stored in ISO 8061 format.

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

Applies to