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

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