|   | DataSubscriberUseLocalClockAsRealTime Property | 
        
        
            Gets or sets flag that determines whether to use the local clock when calculating statistics.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool UseLocalClockAsRealTime { get; set; }Public Property UseLocalClockAsRealTime As Boolean
	Get
	Set
public:
property bool UseLocalClockAsRealTime {
	bool get ();
	void set (bool value);
}member UseLocalClockAsRealTime : bool with get, set
function get_UseLocalClockAsRealTime();
function set_UseLocalClockAsRealTime(value);
Property Value
Boolean See Also
See Also