[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the field name to get timestamp values from.

Namespace: net.esper.view.window
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Property TimestampFieldName As String
C#
public string TimestampFieldName { get; set; }
Visual C++
public:
property String^ TimestampFieldName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the timestamp field.