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

# <a id="SuperOffice_WebApi_Data_RecurrenceWeekPattern" /> Class RecurrenceWeekPattern

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

Carrier object for RecurrenceWeekPattern.
Class representing a pattern for weekly recurrence

```csharp theme={null}
public class RecurrenceWeekPattern
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[RecurrenceWeekPattern](SuperOffice.WebApi.Data.RecurrenceWeekPattern.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_RecurrenceWeekPattern__ctor" /> RecurrenceWeekPattern()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public RecurrenceWeekPattern()
```

## Properties

### <a id="SuperOffice_WebApi_Data_RecurrenceWeekPattern_Cycle" /> Cycle

The number of weeks between each repetition

```csharp theme={null}
public virtual int Cycle { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_RecurrenceWeekPattern_Weekdays" /> Weekdays

The weekdays the recurrence should occur for
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public Weekday? Weekdays { get; set; }
```

#### Property Value

[Weekday](SuperOffice.WebApi.Data.Weekday.md)?

#### See Also

[RecurrenceWeekPattern](SuperOffice.WebApi.Data.RecurrenceWeekPattern.md).[Weekdays\_String](SuperOffice.WebApi.Data.RecurrenceWeekPattern.md#SuperOffice_WebApi_Data_RecurrenceWeekPattern_Weekdays_String)

### <a id="SuperOffice_WebApi_Data_RecurrenceWeekPattern_Weekdays_String" /> Weekdays\_String

The weekdays the recurrence should occur for
Raw string enum value.

```csharp theme={null}
[JsonProperty("Weekdays")]
public string Weekdays_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[RecurrenceWeekPattern](SuperOffice.WebApi.Data.RecurrenceWeekPattern.md).[Weekdays](SuperOffice.WebApi.Data.RecurrenceWeekPattern.md#SuperOffice_WebApi_Data_RecurrenceWeekPattern_Weekdays)


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceInfo.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)
- [SuperOffice.WebApi.Data.RecurrencePattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrencePattern.md)
- [SuperOffice.WebApi.Data.RecurrenceDayPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceDayPattern.md)
- [SuperOffice.WebApi.Data.RecurrenceMonthlyPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceMonthlyPattern.md)
