FileManagerItemProperties.LastWriteTime Property
Returns the time of the last item (file or folder) modification.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Nullable<DateTime> | A nullable DateTime value that is the last modify time. |
See Also