> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceYearPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceYearPattern.md)
- [SuperOffice.WebApi.Data.RecurrencePattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrencePattern.md)
- [SuperOffice.WebApi.Data.RecurrenceInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceInfo.md)
- [SuperOffice.WebApi.Data.RecurrenceMonthPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceMonthPattern.md)
- [SuperOffice.WebApi.Data.RecurrenceWeekPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceWeekPattern.md)
- [SuperOffice.WebApi.Data.RecurrenceDayPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceDayPattern.md)
