|
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.207-beta
Syntax public 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);
View SourceProperty Value
BooleanSee Also