Promotic

TimeSetType - property of the PmgTrendViewer object

Description:
Type of input time values in viewer methods.
If a method or a property of the viewer has the time as the input parameter, then before calling this method by the TimeSetType property it can be set if it goes about "local time", "standard time" or "daylight-saving time".
Syntax:
Long TimeSetType
Values:
1 (default) - The input time is the "local time", i.e. the time in the daylight-saving season is moved by 1 hour forward against the standard time.
2 - The input time is the "standard time".
3 - The input time is the "daylight-saving time".
Note:
Property access for read and write.
 
This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");

var nType = oTView.TimeSetType;   // Reading from the property
oTView.TimeSetType = 2;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.