Back to Devexpress

DocumentProperties.Modified Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-32685c23.md

latest1.2 KB
Original Source

DocumentProperties.Modified Property

Gets or sets the date and time the presentation was last saved. This property is updated automatically to the local date and time.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public DateTime Modified { get; set; }
vb
Public Property Modified As Date

Property Value

TypeDescription
DateTime

The date and time of the last modification.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace