This documentation is archived and is not being maintained.
HttpContext.Timestamp Property
.NET Framework 1.1
Gets the initial timestamp of the current HTTP request.
[Visual Basic] Public ReadOnly Property Timestamp As DateTime [C#] public DateTime Timestamp {get;} [C++] public: __property DateTime get_Timestamp(); [JScript] public function get Timestamp() : DateTime;
Property Value
The timestamp of the current HTTP request.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: