C-DEngine 5.105

TheGELFLogEntry..::..timestamp Property

Timestamp when the event occured

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public double timestamp { get; set; }
Public Property timestamp As Double
	Get
	Set
public:
property double^ timestamp {
	double^ get ();
	void set (double^ value);
}