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

# <a id="SuperOffice_WebApi_Data_TimeZoneData" /> Class TimeZoneData

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

Carrier object for TimeZoneData.
Information about a TimeZone

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_TimeZoneData_IsoNumber" /> IsoNumber

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TimeZoneData_Name" /> Name

Name associated with the location

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TimeZoneData_TZLocationCities" /> TZLocationCities

Cities associated with location

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TimeZoneData_TZLocationCode" /> TZLocationCode

Code associated with location

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TimeZoneData_TZLocationID" /> TZLocationID

Timezone location ID

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TimeZoneData_TimeZoneDSTRules" /> TimeZoneDSTRules

Rules for daylight savings time

```csharp theme={null}
public virtual TimeZoneRuleDictionary TimeZoneDSTRules { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TimeZoneData_TimeZoneSTDRules" /> TimeZoneSTDRules

Rules for standard time

```csharp theme={null}
public virtual TimeZoneRuleDictionary TimeZoneSTDRules { get; set; }
```

#### Property Value

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

## 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.PocketStartupData](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketStartupData.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Data.ChatOpeningHours](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatOpeningHours.md)
