Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceRecord::Timestamp Property

 

Gets the DateTime of this trace (via UtcNow).

Namespace:   System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property DateTime Timestamp {
	[CompilerGeneratedAttribute]
	DateTime get();
	[CompilerGeneratedAttribute]
	private: void set(DateTime value);
}

Property Value

Type: System::DateTime

The DateTime of this trace (via UtcNow).

Return to top
Show: