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

# NSRecurrenceDayPattern

## Constructors

### NSRecurrenceDayPattern()

```crmscript theme={null}
NSRecurrenceDayPattern
```

Initializes a new instance of the NSRecurrenceDayPattern class.

## Methods

## GetCycle()

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

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

## GetPattern()

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

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

## SetCycle(Integer)

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

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

## SetPattern(Integer)

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

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