Search
YearlyRecurrence Enumeration
See Also
 






Specifies the types of yearly recurrence patterns.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public enum YearlyRecurrence

 Members

  Member name Description

ByDayType

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

SpecificDate

The event occurs on a specific date of the year.

 See Also