The expression representing the end of the window, for example NOW-seconds(2). You may also use the word end.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string WindowEndTimeExpr { get; internal set; }
Public Property WindowEndTimeExpr As String
	Get
	Friend Set
public:
property String^ WindowEndTimeExpr {
	String^ get ();
	internal: void set (String^ value);
}

See Also