Back to Devexpress

DocumentProperties.Created Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-fd4c09ed.md

latest1.2 KB
Original Source

DocumentProperties.Created Property

Gets or sets the date and time when the document was first saved. Sets automatically to the local date and time when the presentation is created.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Property Value

TypeDescription
DateTime

The creation date and time.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace