Promotic

SetSecond - method of the PmDateObject object

Description:
Sets the PmDateObject object to desired second (eventually millisecond).
Syntax:
Empty SetSecond(Long second, [Long milli])
Parameters:
second(Long) second. Number between 0-59.
milli[optional] (Long) millisecond. Number between 0-999.
If not set, then the millisecond is not changed.
Note:
This method is also functional in Web panels.
Example1:
JavaScriptSelect and copy to clipboard

var oDate = Pm.CreatePmDateObject();
oDate.SetSecond(30, 0);
Example2:
JavaScriptSelect and copy to clipboard

var oDate = Pm.CreatePmDateObject();
oDate.SetSecond(30, 0);

History:
Pm8.02.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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