PocketPlanner Programmer's Guide

Recurrence.MonthOfYear Property

See Also

Gets or sets in which month of the year the event occurs.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int MonthOfYear { get; set; }

Visual Basic

Public Property MonthOfYear As Integer

 Property Value

An integer value specifying at which month the event occurs. The allowed values range from 1 to 12.

 Remarks

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

 See Also