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

# <a id="SuperOffice_WebApi_Data_RemoteTimeZoneMethods" /> Class RemoteTimeZoneMethods

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

Carrier object for RemoteTimeZoneMethods.
This service support fetching of client interface configuration data. \<para/> Client configuration data include Application configuration, which defines how an application is composed out of pages; and page configuration that defines how a page is built out of panels, cards, views and controls. \<para/> Separate access points also exist for fetching object mappings and filter lists.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.TimeZoneAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TimeZoneAgent.md)
- [SuperOffice.WebApi.Data.TimeZone TimeOfLastTimeZoneUpdateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.TimeZone_TimeOfLastTimeZoneUpdateRequest.md)
- [SuperOffice.WebApi.Data.TimeZone InitializeTimeZoneDataRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.TimeZone_InitializeTimeZoneDataRequest.md)
- [SuperOffice.WebApi.Data.TimeZone UpdateTimeZoneDataRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.TimeZone_UpdateTimeZoneDataRequest.md)
- [SuperOffice.WebApi.Data.TimeZone DeleteTimeZonesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.TimeZone_DeleteTimeZonesRequest.md)
- [SuperOffice.WebApi.Data.TimeZoneData](/en/api/reference/webapi/SuperOffice.WebApi.Data.TimeZoneData.md)
