set_LastSavedTime()

DocumentProperties::set_LastSavedTime(System::DateTime) 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.

void Aspose::Slides::DocumentProperties::set_LastSavedTime(System::DateTime value) override

See Also