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

FileManagerItemProperties.LastWriteTime Property

Returns the time of the last item (file or folder) modification.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DateTime? LastWriteTime { get; set; }

Property Value

Type Description
Nullable<DateTime>

A nullable DateTime value that is the last modify time.

See Also