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

# NSRecurrenceWeekPattern

## Constructors

### NSRecurrenceWeekPattern()

```crmscript theme={null}
NSRecurrenceWeekPattern
```

Initializes a new instance of the NSRecurrenceWeekPattern class.

## Methods

## GetCycle()

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

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

## GetWeekdays()

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

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

## SetCycle(Integer)

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

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

## SetWeekdays(Integer)

```crmscript theme={null}
Void SetWeekdays(Integer weekdays)
```

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