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

> Enumerator representing a week of the month

Enumerator representing a week of the month

## Syntax

```crmscript theme={null}
WeekOfMonth
```

## Fields

| Name    | Description                  |
| ------- | ---------------------------- |
| Unknown | 0: Unknown/undecided type    |
| First   | The first week of the month  |
| Second  | The second week of the month |
| Third   | The third week of the month  |
| Fourth  | The fourth week of the month |
| Last    | The last week of the month   |


## Related topics

- [SuperOffice.WebApi.Data.WeekOfMonth](/en/api/reference/webapi/SuperOffice.WebApi.Data.WeekOfMonth.md)
- [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)
- [Create Default Recurrence](/en/api/reference/restful/agent/appointment_agent/create-default-recurrence.md)
- [Get Email Appointment Recurrence](/en/api/reference/restful/agent/email_agent/get-email-appointment-recurrence.md)
- [Create Default Recurrence By Date](/en/api/reference/restful/agent/appointment_agent/create-default-recurrence-by-date.md)
