wodHttpDLX ActiveX Control - Date Property
      
 

Description

Returns creation date of the document.


Property type

A Date value.  


Syntax

object.Date



The Date Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpResponse.

Remarks

If set, this property returns creation date of the document.

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