interval property

int interval
getter/setter pair

The interval at which frequency repeats. The default is 1. For example, with Frequency.DAILY, a value of "8" means every eight days.

Implementation

int interval = 1;