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)
Syntaxpublic DateTime LastSavedTime { get; set; }
Public Property LastSavedTime As DateTime
Get
Set
public:
virtual property DateTime LastSavedTime {
DateTime get () sealed;
void set (DateTime value) sealed;
}
abstract LastSavedTime : DateTime with get, set
override LastSavedTime : DateTime with get, set
Property Value
Type:
DateTimeImplements
IDocumentPropertiesLastSavedTime
See Also