PocketPlanner Programmer's Guide

Recurrence.MonthlyRecurrence Property

See Also

Gets or sets the type of monthly recurrence.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public MonthlyRecurrence MonthlyRecurrence { get; set; }

Visual Basic

Public Property MonthlyRecurrence As MonthlyRecurrence

 Property Value

A member of the MonthlyRecurrence enumeration.

 Remarks

This value 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