HttpContext::Timestamp Property
.NET Framework (current version)
Gets the initial timestamp of the current HTTP request.
Assembly: System.Web (in System.Web.dll)
The timestamp returned from the Timestamp property is the local time of the server and is set during the instantiation of the HttpContext object. The local time is equal to the UTC time plus the UTC offset.
.NET Framework
Available since 1.1
Available since 1.1
Show: