RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.Date Property

Indicates the time and date when the HTTP response message is sent to the web client.

Pascal
property Date: TDateTime;
C++
__property TDateTime Date;

Set Date to the current date and time immediately before sending the HTTP response message to the web client. The Web client uses Date to determine the age of the information returned. 

Date is represented using the TDateTime type. The integral part of a TDateTime value is the number of days that have passed since December 30, 1899. The fractional part of a TDateTime value is the fraction of a 24-hour day that has elapsed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!