C-DEngine 5.105

Cookie..::..TimeStamp Property

Gets the time when the cookie was issued.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public DateTime TimeStamp { get; }
Public ReadOnly Property TimeStamp As DateTime
	Get
public:
property DateTime^ TimeStamp {
	DateTime^ get ();
}

Field Value

A DateTime that represents the time when the cookie was issued.