Gets the initial timestamp of the current 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;
A DateTime value representing the timestamp of the current request.
HttpContext Class | HttpContext Members | System.Web Namespace