Gets the initial timestamp of the current HTTP request.
Public ReadOnly Property Timestamp As DateTime
Dim instance As HttpContext Dim value As DateTime value = instance.Timestamp
public DateTime Timestamp { get; }
public: property DateTime Timestamp { DateTime get (); }
public function get Timestamp () : DateTime
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98