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

# <a id="SuperOffice_WebApi_Data_WeekOfMonth" /> Enum WeekOfMonth

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

Enumerator representing a week of the month

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

## Fields

`First = 1`

1: The first week of the month

`Fourth = 4`

4: The fourth week of the month

`Last = 5`

5: The last week of the month

`Second = 2`

2: The second week of the month

`Third = 3`

3: The third week of the month

`Unknown = 0`

0: 0: Unknown/undecided type


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceMonthPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceMonthPattern.md)
- [SuperOffice.WebApi.Data.RecurrenceYearPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceYearPattern.md)
- [SuperOffice.WebApi.Data.DurationUnit](/en/api/reference/webapi/SuperOffice.WebApi.Data.DurationUnit.md)
- [SuperOffice.WebApi.Data.StatusScreenPanelType](/en/api/reference/webapi/SuperOffice.WebApi.Data.StatusScreenPanelType.md)
- [SuperOffice.WebApi.Data.RecurrenceWeekPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceWeekPattern.md)
- [SuperOffice.WebApi.Data.Weekday](/en/api/reference/webapi/SuperOffice.WebApi.Data.Weekday.md)
