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: 2.2.8.5956 (2.2.8.5956)

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