PocketPlanner Programmer's Guide

Recurrence.YearlyRecurrence Property

See Also

Gets or sets the type of yearly recurrence.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public YearlyRecurrence YearlyRecurrence { get; set; }

Visual Basic

Public Property YearlyRecurrence As YearlyRecurrence

 Property Value

A member of the YearlyRecurrence enumeration.

 Remarks

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

 See Also