HttpContext.Timestamp Property

Definition

Gets the initial timestamp of the current HTTP request.

C#
public DateTime Timestamp { get; }

Property Value

The timestamp of the current HTTP request.

Remarks

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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1