RefreshTimes
- Last UpdatedDec 08, 2015
- 1 minute read
The RefreshTimes method sets the time period for the query by updating the end time to current time and recalculates the start time based on the new end time and duration.
Example
dtag = 1;
Trend1.RefreshTimes(dtag);
Syntax
Trend1.RefreshTimes(bool TriggerEvent);
Parameters
TriggerEvent
If you set the Boolean parameter to TRUE, the OnChange event is triggered if the time is updated.