Skip to main content
A newer version of this page is available. .

PdfFileSpecification.ModificationDate Property

Gets the date and time of the file’s last modification.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public DateTimeOffset? ModificationDate { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

A nullable DateTimeOffset value that is the date and time of the file’s last modification.

See Also