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

FileManagerItem.LastWriteTime Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DateTime LastWriteTime { get; }

Property Value

Type Description
DateTime

A DateTime value that specifies the time of the last item modification.

See Also