get_LastSavedTime()

IDocumentProperties::get_LastSavedTime() 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 System::DateTime Aspose::Slides::IDocumentProperties::get_LastSavedTime()=0

See Also