Version

Interval Property (DateRecurrence)

Specifies the interval at which occurrences appear. A value of one (default) indicates that the Frequency property alone drives occurrence generation.
Syntax
public int Interval {get; set;}
Remarks

The Interval property provides a way to allow occurrences that would ordinarily appear to be "skipped". For example, assigning a value of two to this property means "every other" occurrence that would normally be generated is skipped. A value of three causes two slots to be skipped.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also