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

OfficeDocumentBase<T>.LastModifyTime Property

Gets the last modify time for the document.

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual DateTime? LastModifyTime { get; }

Property Value

Type Description
Nullable<DateTime>

A nullable DateTime value that is the last modify time.

Implements

See Also