Get and set the time scope of the browser.

Namespace: Com.Tibco.As.Space.Browser
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract EventBrowserDef..::..TimeScope Timescope { get; set; }
Visual Basic
Public MustOverride Property Timescope As EventBrowserDef..::..TimeScope
	Get
	Set
Visual C++
public:
virtual property EventBrowserDef..::..TimeScope Timescope {
	EventBrowserDef..::..TimeScope get () abstract;
	void set (EventBrowserDef..::..TimeScope value) abstract;
}

Field Value

The time scope.

See Also