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

# <a id="SuperOffice_WebApi_Data_PreferredTimeZone" /> Class PreferredTimeZone

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

Carrier object for PreferredTimeZone.
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 PreferredTimeZone
```

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_PreferredTimeZone_Bias" /> Bias

number of minutes bias relative to UTC time

```csharp theme={null}
public virtual short Bias { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreferredTimeZone_Country" /> Country

Name of the country of the time zone

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

#### Property Value

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

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

Description of the time zone

```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_PreferredTimeZone_LocationCode" /> LocationCode

Code, such as CA-NT, identifying the timezone location in the imported data. Unique, NOT equal to the culture codes of Windows

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreferredTimeZone_PreferenceId" /> PreferenceId

Primary key of userpreference row that specifies the TZLocationId, if set; 0 if the data are from a fallback (but still valid)

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreferredTimeZone_TZLocationId" /> TZLocationId

Primary key

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

#### Property Value

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

## 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.Agents.ITimeZoneAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITimeZoneAgent.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)
