> ## 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.

# Enum RecurrenceYearlyPattern

> Enumerator describing the different patterns for a yearly recurrence

Enumerator describing the different patterns for a yearly recurrence

## Syntax

```crmscript theme={null}
RecurrenceYearlyPattern
```

## Fields

| Name           | Description                                                                   |
| -------------- | ----------------------------------------------------------------------------- |
| Unknown        | 0: Unknown/undecided type                                                     |
| DayOfMonth     | The recurrence is for a numbered day of the month, e.g. the 17. day of August |
| WeekdayOfMonth | The recurrence is for weekdays in the month, e.g. the 3. thursday of August   |


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceYearlyPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceYearlyPattern.md)
- [Enum RecurrencePattern](/en/automation/crmscript/reference/CRMScript.NetServer.RecurrencePattern.md)
- [Enum values for RecurrencePattern](/en/database/tables/enums/recurrencepattern.md)
- [Working with follow-ups (appointments) in API](/en/diary/dev/index.md)
- [SuperOffice.WebApi.Data.RecurrencePattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrencePattern.md)
- [Enum RecurrenceDailyPattern](/en/automation/crmscript/reference/CRMScript.NetServer.RecurrenceDailyPattern.md)
