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

# NSRecurrenceMonthPattern

## Constructors

### NSRecurrenceMonthPattern()

```crmscript theme={null}
NSRecurrenceMonthPattern
```

Initializes a new instance of the NSRecurrenceMonthPattern class.

## Methods

## GetCycle()

```crmscript theme={null}
Integer GetCycle()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## GetDay()

```crmscript theme={null}
Integer GetDay()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## GetPattern()

```crmscript theme={null}
Integer GetPattern()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## GetWeekday()

```crmscript theme={null}
Integer GetWeekday()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## GetWeekOfMonth()

```crmscript theme={null}
Integer GetWeekOfMonth()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## SetCycle(Integer)

```crmscript theme={null}
Void SetCycle(Integer cycle)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetDay(Integer)

```crmscript theme={null}
Void SetDay(Integer day)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetPattern(Integer)

```crmscript theme={null}
Void SetPattern(Integer pattern)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetWeekday(Integer)

```crmscript theme={null}
Void SetWeekday(Integer weekday)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetWeekOfMonth(Integer)

```crmscript theme={null}
Void SetWeekOfMonth(Integer week)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)
