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

# <a id="SuperOffice_WebApi_Data_StatusMonitorPeriods" /> Class StatusMonitorPeriods

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

Carrier object for StatusMonitorPeriods.
Obsolete, use SaintConfiguration carrier and methods instead. Was:Definition of the three perionds for status monitors

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_StatusMonitorPeriods_Period1" /> Period1

Days in the first period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_StatusMonitorPeriods_Period2" /> Period2

Days in the second period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_StatusMonitorPeriods_Period3" /> Period3

Days in the third period

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.ISaintAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISaintAgent.md)
- [SuperOffice.WebApi.Agents.SaintAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SaintAgent.md)
- [SuperOffice.WebApi.Data.Saint GetStatusMonitorPeriodsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Saint_GetStatusMonitorPeriodsRequest.md)
- [SuperOffice.WebApi.Data.StatusMonitor](/en/api/reference/webapi/SuperOffice.WebApi.Data.StatusMonitor.md)
- [SuperOffice.WebApi.Data.Saint GetStatusMonitorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Saint_GetStatusMonitorRequest.md)
- [SuperOffice.WebApi.Data.Saint GetStatusMonitorsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Saint_GetStatusMonitorsRequest.md)
