|   | ConcentratorBaseTimeResolution Property | 
        
        
            Gets or sets the maximum time resolution, in ticks, to use when sorting measurements by timestamps into their proper destination frame.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic long TimeResolution { get; set; }Public Property TimeResolution As Long
	Get
	Set
public:
property long long TimeResolution {
	long long get ();
	void set (long long value);
}member TimeResolution : int64 with get, set
function get_TimeResolution();
function set_TimeResolution(value);
Property Value
Int64 Remarks
Remarks
            Assigning values less than zero will be set to zero since minimum possible concentrator resolution is one tick (100-nanoseconds). Assigning
            values greater than 
Ticks.
PerSecond will be set to 
Ticks.
PerSecond
            since maximum possible concentrator resolution is one second (i.e., 1 frame per second).
            
 See Also
See Also