PocketPlanner Programmer's Guide

Recurrence.Months Property

See Also

Gets or sets how many months should pass before the event occurs again.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int Months { get; set; }

Visual Basic

Public Property Months As Integer

 Property Value

An integer value specifying the number of days between event occurrences. The minimal allowed value is 1.

 Remarks

The value of this property is used when the recurrence Pattern is set to Monthly.

 Example

Check the Recurrence constructor for an example on how to use this property.

 See Also