Back to product page

LastModified property


Returns date when object was modified.

Type

A Date value

Syntax

  • Basic
object.LastModified
The LastModified(object) syntax has these parts:
objectAn expression evaluating to an object of type HttpResponse.

Remarks

This property, when set, specifies the date when object was modified last time. In example, this can be the date of this version if the document is dynamically created.

This property is just a 'shortcut' to Response.Headers("Last-Modified") value.

Platforms

Windows