set_LastSavedTime()

IDocumentProperties::set_LastSavedTime(System::DateTime) method

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::ReadDocumentProperties Please see the example in IPresentationInfo::UpdateDocumentProperties method summary.

virtual void Aspose::Slides::IDocumentProperties::set_LastSavedTime(System::DateTime value)=0

See Also