PocketPlanner Programmer's Guide

MonthlyRecurrence Enumeration

See Also

Specifies the types of monthly recurrence patterns.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public enum MonthlyRecurrence

Visual Basic

Public Enumeration MonthlyRecurrence

 Members

  Member name Description

ByDayNumber

The event occurs on a specific day of the month.

ByDayType

The event occurs on a specific type of day of the specified week of the month.

 See Also