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

Gets or sets the reference point to use to anchor interval Start and end dates to.

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

Syntax

Visual Basic (Declaration)
Public Property InitialReferencePoint As Nullable(Of Long)
C#
public Nullable<long> InitialReferencePoint { get; set; }
Visual C++
public:
property Nullable<long long> InitialReferencePoint {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

Field Value

The initial reference point.