get_LastSavedTime()

DocumentProperties::get_LastSavedTime() method

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

System::DateTime Aspose::Slides::DocumentProperties::get_LastSavedTime() override

See Also