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

# <a id="SuperOffice_WebApi_Data_DayInformationListItem" /> Class DayInformationListItem

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

Carrier object for DayInformationListItem.
Summary information about the activites and holidaysfor one day

```csharp theme={null}
public class DayInformationListItem : Carrier
```

#### Inheritance

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

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_DayInformationListItem__ctor" /> DayInformationListItem()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_DayInformationListItem_ActivityInformation" /> ActivityInformation

Activity information summary - number of free and busy activities.

```csharp theme={null}
public virtual ActivitySummary ActivityInformation { get; set; }
```

#### Property Value

[ActivitySummary](SuperOffice.WebApi.Data.ActivitySummary.md)

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

Date that this item is valid for; there is exactly one item per date, ordered by date.

```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_DayInformationListItem_RedLetterInformation" /> RedLetterInformation

Summary of redletter day information - holiday in own country, and in other countries known to the system.

```csharp theme={null}
public virtual RedLetterSummary RedLetterInformation { get; set; }
```

#### Property Value

[RedLetterSummary](SuperOffice.WebApi.Data.RedLetterSummary.md)

## See Also

[AppointmentAgent](SuperOffice.WebApi.Agents.AppointmentAgent.md)


## Related topics

- [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.RedLetterInformationListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.RedLetterInformationListItem.md)
- [SuperOffice.WebApi.Data.Appointment GetDayInformationListByDatesAndAssociateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetDayInformationListByDatesAndAssociateRequest.md)
- [SuperOffice.WebApi.Data.ActivityInformationListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.ActivityInformationListItem.md)
- [SuperOffice.WebApi.Data.MDOListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDOListItem.md)
