LastSavedTime

DocumentProperties.LastSavedTime property

Returns the date a presentation was last modified. Values are in UTC. Read-only in case of Presentation.DocumentProperties (because it will be updated internally while IPresentation object saving process). Can be changed via DocumentProperties instance returning by method ReadDocumentProperties Please see the example in UpdateDocumentProperties method summary.

public DateTime LastSavedTime { get; set; }

See Also