System.Web.HttpContext.Timestamp Property

Gets the initial timestamp of the current HTTP request.

Syntax

public DateTime Timestamp { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The timestamp returned from the HttpContext.Timestamp property is the local time of the server and is set during the instantiation of the System.Web.HttpContext object. The local time is equal to the UTC time plus the UTC offset.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0