Partager via


SlideSyncProperties.ServerSlideModifiedTime Property

Server's Slide File's modification date/time.Represents the attribte in schema: serverSldModifiedTime

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

Syntax

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

value = instance.ServerSlideModifiedTime

instance.ServerSlideModifiedTime = value
[SchemaAttrAttribute(, "serverSldModifiedTime")]
public DateTimeValue ServerSlideModifiedTime { 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 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.

See Also

Reference

SlideSyncProperties Class

SlideSyncProperties Members

DocumentFormat.OpenXml.Presentation Namespace