ASP.NET Pack Programmer's Guide
Recurrence.YearlyRecurrence Property
See Also
 





Gets or sets the type of yearly recurrence.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public YearlyRecurrence YearlyRecurrence { get; set; }

Visual Basic  Copy Code

Public Property YearlyRecurrence As YearlyRecurrence

 Property Value

One of the YearlyRecurrence enumeration values.

 Remarks

This property is used when the Pattern is set to RecurrencePattern.Yearly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace