DocumentPropertiesLastSavedTime Property

Returns the date when a presentation was modified last time. 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(IDocumentProperties) method summary.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public DateTime LastSavedTime { get; set; }

Property Value

Type: DateTime

Implements

IDocumentPropertiesLastSavedTime
See Also