separationCount property

int separationCount
getter/setter pair

Separation between recurrences.

This value signifies the interval (in days, weeks or months) before the next event instance is allowed. For example, if an event needs to be configured for every other week, then separationCount is 1. The default value is 0.

Implementation

int separationCount = 0;