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

# <a id="SuperOffice_WebApi_Data_RecurrenceMonthlyPattern" /> Enum RecurrenceMonthlyPattern

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

Enumerator describing the different patterns for a monthly recurrence

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

## Fields

`DayOfMonth = 4`

4: The recurrence is for a numbered day of the month, e.g. the 17. day of every 2 months

`Unknown = 0`

0: 0: Unknown/undecided type

`WeekdayOfMonth = 5`

5: The recurrence is for weekdays in the month, e.g. the 3. thursday of every 3 months


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceMonthPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceMonthPattern.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.RecurrenceWeekPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceWeekPattern.md)
- [SuperOffice.WebApi.Data.RecurrenceYearPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceYearPattern.md)
- [SuperOffice.WebApi.Data.RecurrenceDayPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceDayPattern.md)
