last_saved_time property
last_saved_time property
Returns the date a presentation was last modified.
Values are in UTC.P
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 IPresentationInfo.read_document_properties
Please see the example in IPresentationInfo.update_document_properties
method summary.
Definition:
@property
def last_saved_time(self):
...
@last_saved_time.setter
def last_saved_time(self, value):
...
See Also
- class
IDocumentProperties
- module
aspose.slides
- library
Aspose.Slides