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

# <a id="SuperOffice_WebApi_Data_RecurrenceDate" /> Class RecurrenceDate

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

Carrier object for RecurrenceDate.
Class representing a recurrence date.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[RecurrenceDate](SuperOffice.WebApi.Data.RecurrenceDate.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_RecurrenceDate__ctor" /> RecurrenceDate()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_RecurrenceDate_Date" /> Date

The date of the recurring appointment.

```csharp theme={null}
public virtual DateTime Date { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RecurrenceDate_Description" /> Description

Any description, such as red letter day info, or marked dates

```csharp theme={null}
public virtual string Description { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RecurrenceDate_DescriptionStyleHint" /> DescriptionStyleHint

Style hint for the description (i.e. red for red-letter-days)

```csharp theme={null}
public virtual string DescriptionStyleHint { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RecurrenceDate_IsConflict" /> IsConflict

True if this date creates a conflict.

```csharp theme={null}
public virtual bool IsConflict { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RecurrenceDate_Tooltip" /> Tooltip

Tooltip describing any conflicts.

```csharp theme={null}
public virtual string Tooltip { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceInfo.md)
- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [SuperOffice.WebApi.Data.Appointment CreateDefaultRecurrenceByDateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CreateDefaultRecurrenceByDateRequest.md)
- [SuperOffice.WebApi.Data.RecurrenceEndType](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceEndType.md)
- [SuperOffice.WebApi.Data.RecurrencePattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrencePattern.md)
