NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpContext.Timestamp

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;

Property Value

A DateTime value representing the timestamp of the current request.

See Also

HttpContext Class | HttpContext Members | System.Web Namespace