Description
-
Returns date when object was modified.
Property type
-
A Date value.
Syntax
-
object.LastModified
The LastModified Property syntax has these parts:
| object |
An 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.
|