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

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 WindowStartTimeExpr { get; internal set; }
Public Property WindowStartTimeExpr As String
	Get
	Friend Set
public:
property String^ WindowStartTimeExpr {
	String^ get ();
	internal: void set (String^ value);
}

See Also