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

# <a id="SuperOffice_WebApi_Data_RecurrencePattern" /> Enum RecurrencePattern

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

Enumerator describing the main pattern of recurrence.
This Enum is used by:  RecurrenceRule.pattern

```csharp theme={null}
public enum RecurrencePattern : short
```

## Fields

`Custom = 5`

5: Custom recurrence, only dates are specified.  See RecurrenceDayPattern for details

`Daily = 1`

1: Dayly recurrence.

`Monthly = 3`

3: Monthly recurrence.

`Unknown = 0`

0: 0: Unknown/undecided type

`Weekly = 2`

2: Weekly recurrence.

`Yearly = 4`

4: Yearly recurrence.
