MindFusion.Scheduling for ASP.NET Programmer's Guide
YearlyRecurrence Enumeration
See Also
 





Specifies types of yearly recurrence patterns.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum YearlyRecurrence

Visual Basic  Copy Code

Public Enum YearlyRecurrence

 Members

  Member name Value Description

SpecificDate

0

The event occurs on a specific date of the year.

ByDayType

1

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

 See Also

MindFusion.Scheduling Namespace