> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.RecurrenceYearlyPattern

# <a id="SuperOffice_WebApi_Data_RecurrenceYearlyPattern" /> Enum RecurrenceYearlyPattern

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Enumerator describing the different patterns for a yearly recurrence

```csharp theme={null}
public enum RecurrenceYearlyPattern
```

## Fields

`DayOfMonth = 6`

6: The recurrence is for a numbered day of the month, e.g. the 17. day of August

`Unknown = 0`

0: 0: Unknown/undecided type

`WeekdayOfMonth = 7`

7: The recurrence is for weekdays in the month, e.g. the 3. thursday of August
