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

# <a id="SuperOffice_WebApi_Data_RecurrenceDailyPattern" /> Enum RecurrenceDailyPattern

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

Enumerator describing the different patterns for a daily recurrence

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

## Fields

`EveryCyclicDay = 3`

3: The recurrence is for every cyclic interval of days.

`EveryWeekday = 2`

2: The recurrence is for every workday (Mon-Sun)

`EveryWorkday = 1`

1: The recurrence is for every workday (Mon-Fri)

`Unknown = 0`

0: 0: Unknown/undecided type
