Back to product page

Expires property


Returns the date after which the information is invalid.

Type

A Date value

Syntax

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

Remarks

This property returns the date after which the information received in the response ceases to be valid and should be retrieved again. This allows control of caching mechanisms you may implement, and also allows you to periodically refresh the content.

This property is just a 'shortcut' to Response.Headers("Expires") value.

Platforms

Windows