AutoRefreshMenu.Period

Syntax

Period: object;

Description

The Period property determines parameters of periodic refresh.

Comments

Use the setPeriod method to set the property value, and the getPeriod method to get the property value. Property value cannot be set from JSON.

The setPeriod method takes the following parameters: value - time interval, via which autoupdate is executed, unit - measurement unit, element of the PP.Mb.TimeUnits enumeration.

Example

The property use is given in the example for AutoRefreshMenu.RefreshTimer.

See also:

AutoRefreshMenu